1
0
Fork 0
forked from lthn/blockchain

validate_alt_block_input fixed for cases g3-g5 with mixins

This commit is contained in:
sowle 2021-01-07 19:39:13 +03:00
parent 0801a9db16
commit 920d104e1b
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

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