Skip to content

Commit

Permalink
Fix TON Bridge fetch nonce (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: f33r0 <[email protected]>
  • Loading branch information
vovac12 and f33r0 authored Dec 4, 2024
1 parent aff941d commit ffdca21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions relayer/src/relay/ton/ton_messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ impl Relay {
let sub_nonce = self
.sub
.storage_fetch_or_default(
&runtime::storage().bridge_inbound_channel().channel_nonces(
&bridge_types::GenericNetworkId::TON(bridge_types::ton::TonNetworkId::Testnet),
),
&runtime::storage()
.bridge_inbound_channel()
.channel_nonces(&self.ton_network_id),
(),
)
.await?;
Expand Down

0 comments on commit ffdca21

Please sign in to comment.