diff --git a/main.js b/main.js index c3a7dd9..05f15b1 100644 --- a/main.js +++ b/main.js @@ -63,7 +63,7 @@ module.exports = class Wallet { } // Get wallet balance async getBalance() { - return Number((await this.rpc('get_balance')).balance) + return Number((await this.rpc('get_balance'))) } // Save wallet async store() { diff --git a/package.json b/package.json index 650c584..9c5c7cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "monero-wallet-rpc-js", "type": "commonjs", - "version": "1.2.4", + "version": "1.2.5", "description": "Javascript wrapper for monero-wallet-rpc calls", "main": "main.js", "scripts": {