Ensure the transaction signature is validated.

This commit is contained in:
PBSA Github Manager 2017-05-28 02:00:18 -03:00 committed by GitHub
parent 92a3aed321
commit e180475f5f

View file

@ -524,7 +524,7 @@ void database::_apply_block( const signed_block& next_block )
* for transactions when validating broadcast transactions or * for transactions when validating broadcast transactions or
* when building a block. * when building a block.
*/ */
apply_transaction( trx, skip | skip_transaction_signatures ); apply_transaction( trx, skip );
++_current_trx_in_block; ++_current_trx_in_block;
} }