From 6d8ea4fa826669aeff2d5704ebed1237f5b7d5d8 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 7 Aug 2018 10:18:21 -0700 Subject: [PATCH] Fix typo in parameter name. --- src/wallet/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index c8aac9181..b1655eebd 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -1053,7 +1053,7 @@ public: void MarkDirty(); bool UpdateNullifierNoteMap(); void UpdateNullifierNoteMapWithTx(const CWalletTx& wtx); - void UpdateSaplingNullifierNoteMapWithTx(CWalletTx& tx); + void UpdateSaplingNullifierNoteMapWithTx(CWalletTx& wtx); void UpdateSaplingNullifierNoteMapForBlock(const CBlock* pblock); bool AddToWallet(const CWalletTx& wtxIn, bool fFromLoadWallet, CWalletDB* pwalletdb); void SyncTransaction(const CTransaction& tx, const CBlock* pblock);