Skip to content

Commit

Permalink
fix after self review
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos-rebegea committed Oct 18, 2024
1 parent 96b8309 commit cd453f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bridged-tokens-wrapper/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ mod events;
use core::ops::Deref;

pub use dfp_big_uint::DFPBigUint;
use esdt_safe_proxy::RefundInfo;
use transaction::PaymentsVec;

use eth_address::*;
Expand Down Expand Up @@ -264,7 +263,7 @@ pub trait BridgedTokensWrapper:
self.tx()
.to(self.esdt_safe_contract_address().get())
.typed(esdt_safe_proxy::EsdtSafeProxy)
.create_transaction(to, OptionalValue::Some(RefundInfo {
.create_transaction(to, OptionalValue::Some(esdt_safe_proxy::RefundInfo {
address: caller,
initial_batch_id: 0,
initial_nonce: 0,
Expand Down

0 comments on commit cd453f0

Please sign in to comment.