aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorAnthony Towns <aj@erisian.com.au>2020-09-26 16:41:10 +1000
committerAnthony Towns <aj@erisian.com.au>2020-09-28 12:14:19 +1000
commit4cc7171c9887e88027642927c979e507d7b78dda (patch)
tree7a02bb63aacd87b035446ba09dd9eec82b9dc954 /src/wallet/wallet.cpp
parent82cf4641f4a161834d07ce83c18982d9b143c040 (diff)
downloadbitcoin-4cc7171c9887e88027642927c979e507d7b78dda.tar.xz
wallet: no need for duplicate storage for ABANDON_HASH constant
Diffstat (limited to 'src/wallet/wallet.cpp')
-rw-r--r--src/wallet/wallet.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index d7a13644df..6f320096eb 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -324,8 +324,6 @@ std::shared_ptr<CWallet> CreateWallet(interfaces::Chain& chain, const std::strin
return wallet;
}
-const uint256 CWalletTx::ABANDON_HASH(uint256::ONE);
-
/** @defgroup mapWallet
*
* @{