Skip to content

Commit

Permalink
Add Wasabi
Browse files Browse the repository at this point in the history
  • Loading branch information
dannydeezy committed Nov 17, 2023
1 parent 39d8e32 commit 0a0cd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/wasabi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async function make_rpc_call(method, params = []) {
const response = await axios.post(`http://127.0.0.1:37128/${process.env.WASABI_WALLET_NAME}`, data, config);
return response.data.result
} catch (error) {
console.error('Error making RPC call:', error);
console.error('Error making RPC call:', error.message);
}
}
async function get_btc_balance() {
Expand Down

0 comments on commit 0a0cd75

Please sign in to comment.