mirror of
https://github.com/monero-project/monero.git
synced 2026-01-15 06:13:28 -08:00
compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE defined
This commit is contained in:
@@ -1105,7 +1105,7 @@ bool Blockchain::create_block_template(block& b, const account_public_address& m
|
||||
}
|
||||
else
|
||||
{
|
||||
if (cur_tx.fee != cur_tx.tx.txnFee)
|
||||
if (cur_tx.fee != cur_tx.tx.rct_signatures.txnFee)
|
||||
{
|
||||
LOG_ERROR("Creating block template: error: invalid fee");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user