mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
build: fix compilation warnings
This commit is contained in:
parent
c2c7d08de6
commit
3911e7e2b3
4 changed files with 5 additions and 7 deletions
|
|
@ -873,7 +873,6 @@ void CTxMemPool::check(const CBlockIndex* active_chain_tip, const CCoinsViewCach
|
|||
assert(it->GetSizeWithDescendants() >= child_sizes + it->GetTxSize());
|
||||
|
||||
TxValidationState dummy_state; // Not used. CheckTxInputs() should always pass
|
||||
CAmount txfee = 0;
|
||||
assert(!tx.IsCoinBase());
|
||||
|
||||
// ELEMENTS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue