Skip to content

Commit

Permalink
remove extra spaces for alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
linh2931 committed Jan 6, 2024
1 parent 75acf8a commit 9f24fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2804,7 +2804,7 @@ struct controller_impl {
const bool instant_finality_active = instant_finality_lib > 0;
auto trx_mroot = calculate_trx_merkle( b->transactions, instant_finality_active );
EOS_ASSERT( b->transaction_mroot == trx_mroot, block_validate_exception,
"invalid block transaction merkle root ${b} != ${c}", ("b", b->transaction_mroot)("c", trx_mroot) );
"invalid block transaction merkle root ${b} != ${c}", ("b", b->transaction_mroot)("c", trx_mroot) );

const bool skip_validate_signee = false;
auto bsp = std::make_shared<block_state_legacy>(
Expand Down

0 comments on commit 9f24fd3

Please sign in to comment.