compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE defined

This commit is contained in:
rckngOpossum
2016-09-15 15:36:16 -05:00
parent 7c899ec33a
commit e49c161987
3 changed files with 8 additions and 2 deletions

View File

@@ -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");
}