Skip to content

Commit

Permalink
remove another unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Apr 16, 2024
1 parent 68d4e8d commit ee2ca70
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ chain::transaction_trace_ptr make_transaction_trace( const packed_transaction_pt
}

auto make_block( uint32_t block_num ) {
static uint64_t unique_num = 0;
++unique_num;
name producer = "brianj"_n;
chain::signed_block_ptr block = std::make_shared<chain::signed_block>();
block->producer = producer;
Expand Down

0 comments on commit ee2ca70

Please sign in to comment.