diff options
| author | MarcoFalke <[email protected]> | 2020-06-05 15:20:50 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-06-16 15:14:55 -0400 |
| commit | fa09ec83f3f23dacb807c6b6393cabf2a984e4ff (patch) | |
| tree | 5ea29d37e1d1b7d12ebcb6e51961a50e7fbdd247 /src/wallet/wallet.cpp | |
| parent | Merge #18275: wallet: error if an explicit fee rate was given but the needed ... (diff) | |
| download | discoin-fa09ec83f3f23dacb807c6b6393cabf2a984e4ff.tar.xz discoin-fa09ec83f3f23dacb807c6b6393cabf2a984e4ff.zip | |
Remove unused variables
Diffstat (limited to 'src/wallet/wallet.cpp')
| -rw-r--r-- | src/wallet/wallet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 567c91a45..cf42c1cb3 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -746,7 +746,6 @@ void CWallet::SetSpentKeyState(WalletBatch& batch, const uint256& hash, unsigned bool CWallet::IsSpentKey(const uint256& hash, unsigned int n) const { AssertLockHeld(cs_wallet); - CTxDestination dst; const CWalletTx* srctx = GetWalletTx(hash); if (srctx) { assert(srctx->tx->vout.size() > n); |