Skip to content

Commit 31065d1

Browse files
committed
chore: mark hashBlock as unused in HandleNewInputLockRecoveredSig()
1 parent cf47f14 commit 31065d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/instantsend/signing.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ void InstantSendSigner::HandleNewInputLockRecoveredSig(const llmq::CRecoveredSig
106106
g_txindex->BlockUntilSyncedToCurrentChain();
107107
}
108108

109-
uint256 hashBlock{};
110-
const auto tx = GetTransaction(nullptr, &m_mempool, txid, Params().GetConsensus(), hashBlock);
109+
uint256 _hashBlock{};
110+
const auto tx = GetTransaction(nullptr, &m_mempool, txid, Params().GetConsensus(), _hashBlock);
111111
if (!tx) {
112112
return;
113113
}

0 commit comments

Comments
 (0)