Skip to content

Commit

Permalink
Fix main build error (MystenLabs#7022)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkuo authored Dec 24, 2022
1 parent b0bc333 commit b349f2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/sui-rosetta/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ use sui_types::gas_coin::GasCoin;
use sui_types::query::TransactionQuery;
use tracing::{debug, error, info};
use typed_store::rocks::{DBMap, DBOptions};
use typed_store::traits::TableSummary;
use typed_store::traits::TypedStoreDebug;
use typed_store::Map;
use typed_store_derive::DBMapUtils;
Expand Down

0 comments on commit b349f2d

Please sign in to comment.