mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Merge #8554: trivial: remove unused variable
4207630
trivial: remove unused variable (Daniel Kraft)
This commit is contained in:
parent
39909d3736
commit
61a3d9aeb4
@ -4964,7 +4964,6 @@ CWalletKey::CWalletKey(int64_t nExpires)
|
|||||||
int CMerkleTx::SetMerkleBranch(const CBlockIndex* pindex, int posInBlock)
|
int CMerkleTx::SetMerkleBranch(const CBlockIndex* pindex, int posInBlock)
|
||||||
{
|
{
|
||||||
AssertLockHeld(cs_main);
|
AssertLockHeld(cs_main);
|
||||||
CBlock blockTmp;
|
|
||||||
|
|
||||||
// Update the tx's hashBlock
|
// Update the tx's hashBlock
|
||||||
hashBlock = pindex->GetBlockHash();
|
hashBlock = pindex->GetBlockHash();
|
||||||
|
Loading…
Reference in New Issue
Block a user