diff options
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 2eb6bd9504..f38fc9efb5 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -713,10 +713,6 @@ private: */ bool AddWatchOnly(const CScript& dest) override; - // Used to NotifyTransactionChanged of the previous block's coinbase when - // the next block comes in - uint256 hashPrevBestCoinbase; - public: /* * Main wallet lock. |