forked from lthn/blockchain
validate_alt_block_input fixed for cases g3-g5 with mixins
This commit is contained in:
parent
0801a9db16
commit
920d104e1b
1 changed files with 1 additions and 1 deletions
|
|
@ -6105,7 +6105,7 @@ bool blockchain_storage::validate_alt_block_input(const transaction& input_tx, s
|
|||
}
|
||||
}
|
||||
if (found_the_key)
|
||||
break;
|
||||
continue;
|
||||
//otherwise lookup in main chain index
|
||||
}
|
||||
auto p = m_db_outputs.get_subitem(input.amount, offset_gindex);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue