Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Nov 7, 2023
1 parent e2d3ddf commit d353eb6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/tests/types/address/multi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ fn bech32() {
});
let multi_address = serde_json::from_value::<Address>(multi_address_json).unwrap();

println!("{}", multi_address);

assert_eq!(
multi_address.to_bech32_unchecked("iota"),
"iota19qq0ezu97zl76wqnpdxxleuf55gk0eqhscjtdgqm5sqwav6gcarz6vvesnk"
Expand Down

0 comments on commit d353eb6

Please sign in to comment.