Skip to content

Commit

Permalink
fix: pass timeout arg in ibc_transfer_token_with_memo_and_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Sep 22, 2023
1 parent c7e22e7 commit 572d15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test-framework/src/chain/ext/transfer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ impl<'a, Chain: Send> ChainTransferMethodsExt<Chain> for MonoTagged<Chain, &'a C
sender,
recipient,
token,
None,
timeout,
))
}
ChainType::Ckb => {
Expand Down

0 comments on commit 572d15d

Please sign in to comment.