Skip to content

Commit bfb643e

Browse files
tzakiandariorussi
authored andcommitted
[NOT FOR LANDING] dual tx replay
1 parent aefc0bf commit bfb643e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sui-execution/latest/sui-adapter/src/execution_engine.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ mod checked {
1919
use std::fs::File;
2020
use std::io::BufWriter;
2121
use std::sync::Mutex;
22+
use similar::TextDiff;
2223
use std::{cell::RefCell, collections::HashSet, rc::Rc, sync::Arc};
2324
use sui_types::accumulator_root::{ACCUMULATOR_ROOT_CREATE_FUNC, ACCUMULATOR_ROOT_MODULE};
2425
use sui_types::balance::{
@@ -68,6 +69,7 @@ mod checked {
6869
use sui_types::error::{ExecutionError, ExecutionErrorKind};
6970
use sui_types::execution::{ExecutionTiming, ResultWithTimings};
7071
use sui_types::execution_status::{ExecutionFailureStatus, ExecutionStatus};
72+
use sui_types::gas::GasCostSummary;
7173
use sui_types::gas::SuiGasStatus;
7274
use sui_types::gas::{GasCostSummary, GasUsageReport};
7375
use sui_types::id::UID;

0 commit comments

Comments
 (0)