diff --git a/client/src/rpc/types/trace.rs b/client/src/rpc/types/trace.rs index 1da9d618e3..b970a00aa9 100644 --- a/client/src/rpc/types/trace.rs +++ b/client/src/rpc/types/trace.rs @@ -380,7 +380,7 @@ impl LocalizedBlockTrace { pub struct EpochTrace { cfx_traces: Vec, eth_traces: Vec, - mirror_address_map: HashMap, + mirror_address_map: HashMap, } impl EpochTrace { @@ -392,8 +392,8 @@ impl EpochTrace { if let Action::Call(action) = &t.action { if action.to.hex_address == *CROSS_SPACE_CONTRACT_ADDRESS { mirror_address_map.insert( - action.from.clone(), evm_map(action.from.hex_address).address, + action.from.clone(), ); } }