diff --git a/lib/index.js b/lib/index.js index ac42384..6555c03 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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);