aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2017-04-19 11:14:21 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2017-04-19 11:15:06 +0200
commite96486cbebc6347e75a1a75e183ee1dabdec7729 (patch)
treea84c699a2e5620fa4f709e27175161c3be26956f /src/wallet/wallet.h
parent64c45aada7029121b7a590aa5f6d01d064ca9a9b (diff)
parent608bbccfb97e5ecb9083ac203642524a6e556e48 (diff)
downloadbitcoin-e96486cbebc6347e75a1a75e183ee1dabdec7729.tar.xz
Merge #10221: Stop treating coinbase outputs differently in GUI: show them at 1conf
608bbcc [qt] Stop treating coinbase outputs differently: show them at 1conf (Matt Corallo) Tree-SHA512: 62ba10520da8b83cf8e97c86dec3ccdcca8b7bfae0174d1a4099d33aa5d11933cc7c248394bf67c2b105211cf7931955816c741957832e703211030c7f4f002f
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 b3483f8308..06e7e14990 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -715,10 +715,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.