Skip to content

Commit

Permalink
Update wallet.js (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-r00t authored Feb 19, 2024
1 parent 10e3e23 commit 7e99ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const fetchNodes = async () => {
}
}

export const getBestNode = async (ssl=true) => {
const getBestNode = async (ssl=true) => {

let recommended_node = undefined;
const nodes = await fetchNodes()
Expand Down

0 comments on commit 7e99ffc

Please sign in to comment.