We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0054f commit fe9179cCopy full SHA for fe9179c
bitcoin/embedded/src/main.rs
@@ -46,7 +46,7 @@ fn main() -> ! {
46
let address = Address::p2wpkh(pubkey, Network::Bitcoin);
47
hprintln!("Address: {}", address).unwrap();
48
49
- assert_eq!(address.to_string(), "bc1qpx9t9pzzl4qsydmhyt6ctrxxjd4ep549np9993".to_string());
+ assert_eq!(address.to_string(), "bc1qpx9t9pzzl4qsydmhyt6ctrxxjd4ep549np9993");
50
// exit QEMU
51
// NOTE do not run this on hardware; it can corrupt OpenOCD state
52
debug::exit(debug::EXIT_SUCCESS);
0 commit comments