diff options
author | Matt Corallo <git@bluematt.me> | 2017-04-17 10:16:21 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2017-04-17 10:16:21 -0400 |
commit | 608bbccfb97e5ecb9083ac203642524a6e556e48 (patch) | |
tree | ac08cbddfda17f0bc37085e29a4016110ee56a98 /src/wallet/wallet.h | |
parent | 2584925077f9658b3953ad931b74779006e59807 (diff) |
[qt] Stop treating coinbase outputs differently: show them at 1conf
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. |