diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-12-30 10:35:43 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-12-30 10:37:13 +0100 |
commit | 9e351c9586ef35366fb0427104e6495e51cb3e6a (patch) | |
tree | 4ab3e8cabd55cf1b2100d1aedfd45fe1ae72882e /src/wallet/wallet.h | |
parent | bebe3697fdad4b1649162a69fd344d3510e18af8 (diff) |
SetMerkleBranch: remove unused code, remove cs_main lock requirement
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 72c1239cc4..a97a5e5a7e 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -218,7 +218,7 @@ public: READWRITE(nIndex); } - int SetMerkleBranch(const CBlockIndex* pIndex, int posInBlock); + void SetMerkleBranch(const CBlockIndex* pIndex, int posInBlock); /** * Return depth of transaction in blockchain: |