Skip to content

Commit

Permalink
_apply_block: don't skip trx signature validation
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore authored and pmconrad committed May 27, 2017
1 parent 3b210c4 commit f741c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/db_block.cpp
Original file line number Diff line number Diff line change
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 f741c93

Please sign in to comment.