Skip to content

Commit

Permalink
Update MoneroWalletFull.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyHav committed Jul 18, 2023
1 parent a083c65 commit 62c0d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/js/wallet/MoneroWalletFull.js
Original file line number Diff line number Diff line change
Expand Up @@ -2672,7 +2672,7 @@ class WalletFullListener {
for (let listener of this._wallet.getListeners()) await listener.onOutputReceived(tx.getOutputs()[0]);
}

async onOutputSpent(height, txHash, amountStr, accountIdxStr, subaddressIdxStr, version) {
async onOutputSpent(height, txHash, amountStr, accountIdxStr, subaddressIdxStr, version, unlockHeight, isLocked) {

// build spent output
let output = new MoneroOutputWallet();
Expand Down

0 comments on commit 62c0d7f

Please sign in to comment.