Skip to content

Commit

Permalink
fix(collator): fixed BlockCollationData builder
Browse files Browse the repository at this point in the history
  • Loading branch information
SmaGMan committed Jun 24, 2024
1 parent e71bdde commit 51e1256
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion collator/src/collator/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use everscale_types::models::{
ShardAccounts, ShardDescription, ShardFeeCreated, ShardFees, ShardIdent, ShardIdentFull,
SimpleLib, SpecialFlags, StateInit, Transaction, ValueFlow,
};
use everscale_types::prelude::DynCell;
use tycho_block_util::dict::RelaxedAugDict;
use tycho_block_util::state::{MinRefMcStateTracker, ShardStateStuff};
use tycho_util::FastHashMap;
Expand Down Expand Up @@ -423,6 +422,7 @@ impl BlockCollationDataBuilder {
total_execute_msgs_time_mc: 0,
execute_count_all: 0,
execute_count_ext: 0,
ext_msgs_error_count: 0,
execute_count_int: 0,
execute_count_new_int: 0,
int_enqueue_count: 0,
Expand Down
1 change: 0 additions & 1 deletion collator/src/manager/utils.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use anyhow::Result;
use everscale_crypto::ed25519::{KeyPair, PublicKey};
use everscale_types::boc::BocRepr;
use everscale_types::models::ValidatorDescription;
use tycho_block_util::block::{BlockStuff, BlockStuffAug};

Expand Down

0 comments on commit 51e1256

Please sign in to comment.