Skip to content

Commit

Permalink
Do not display the IBC memo field in normal mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
murisi committed Jul 12, 2024
1 parent 997f496 commit d5f3fc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/sdk/src/signing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,6 @@ pub async fn to_ledger_vector(
"Receiver : {}",
transfer.message.packet_data.receiver
),
format!("Memo : {}", transfer.message.packet_data.memo),
format!(
"Timeout height : {}",
transfer.message.timeout_height_on_b
Expand Down

0 comments on commit d5f3fc2

Please sign in to comment.