Skip to content

Commit

Permalink
Update lib/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: strophy <[email protected]>
  • Loading branch information
Konstantin Shuplenkov and strophy authored Dec 23, 2022
1 parent 2f10e54 commit ebc7a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ function getWalletRPCMethods(constructor, apiCalls, rpc) {

return {
getWallet: function (walletName) {
const path = '/wallet' + walletName;
const path = '/wallet/' + walletName;
const self = this;

return getRPCMethods(constructor, path, apiCalls, rpc, self);
Expand Down

0 comments on commit ebc7a24

Please sign in to comment.