Skip to content

Commit

Permalink
Update db_block.cpp
Browse files Browse the repository at this point in the history
Ensure the transaction signature is validated.
  • Loading branch information
ryanRfox committed May 12, 2017
1 parent ae4bc61 commit a61b360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/db_block.cpp
Expand Up @@ -508,7 +508,7 @@ void database::_apply_block( const signed_block& next_block )
* for transactions when validating broadcast transactions or
* when building a block.
*/
apply_transaction( trx, skip | skip_transaction_signatures );
apply_transaction( trx, skip );
++_current_trx_in_block;
}

Expand Down

0 comments on commit a61b360

Please sign in to comment.