aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2017-04-17 10:16:21 -0400
committerMatt Corallo <git@bluematt.me>2017-04-17 10:16:21 -0400
commit608bbccfb97e5ecb9083ac203642524a6e556e48 (patch)
treeac08cbddfda17f0bc37085e29a4016110ee56a98 /src/wallet/wallet.h
parent2584925077f9658b3953ad931b74779006e59807 (diff)
downloadbitcoin-608bbccfb97e5ecb9083ac203642524a6e556e48.tar.xz
[qt] Stop treating coinbase outputs differently: show them at 1conf
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h4
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.