Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anyshy committed Oct 12, 2023
1 parent 208434a commit 42a2b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ namespace eosio {
trasaction_info_st transactioninfo = trasaction_info_st{
.block_number = t->block_num,//chain.pending_block_state()->block_num,
.chain_id = this->chain_id,
.trace =chain::transaction_trace_ptr(t),
.trace =chain::transaction_trace_ptr(t)
};
transactioninfo.block_time = chain.pending_block_time();
trasaction_info_st &info_t = transactioninfo;
Expand Down

0 comments on commit 42a2b1d

Please sign in to comment.