Fix typo in parameter name.
This commit is contained in:
@@ -1053,7 +1053,7 @@ public:
|
|||||||
void MarkDirty();
|
void MarkDirty();
|
||||||
bool UpdateNullifierNoteMap();
|
bool UpdateNullifierNoteMap();
|
||||||
void UpdateNullifierNoteMapWithTx(const CWalletTx& wtx);
|
void UpdateNullifierNoteMapWithTx(const CWalletTx& wtx);
|
||||||
void UpdateSaplingNullifierNoteMapWithTx(CWalletTx& tx);
|
void UpdateSaplingNullifierNoteMapWithTx(CWalletTx& wtx);
|
||||||
void UpdateSaplingNullifierNoteMapForBlock(const CBlock* pblock);
|
void UpdateSaplingNullifierNoteMapForBlock(const CBlock* pblock);
|
||||||
bool AddToWallet(const CWalletTx& wtxIn, bool fFromLoadWallet, CWalletDB* pwalletdb);
|
bool AddToWallet(const CWalletTx& wtxIn, bool fFromLoadWallet, CWalletDB* pwalletdb);
|
||||||
void SyncTransaction(const CTransaction& tx, const CBlock* pblock);
|
void SyncTransaction(const CTransaction& tx, const CBlock* pblock);
|
||||||
|
|||||||
Reference in New Issue
Block a user