diff --git a/examples/common/lib.rs b/examples/common/lib.rs index d501867..12a13a1 100644 --- a/examples/common/lib.rs +++ b/examples/common/lib.rs @@ -85,7 +85,7 @@ where env_logger::builder().init(); let hd_path = BIP32Path::from_str("44'/397'/0'/0'/1'").unwrap(); - let public_key = near_ledger::get_public_key(hd_path.clone())?; + let public_key = near_ledger::get_public_key_with_display_flag(hd_path.clone(), false)?; display_pub_key(public_key); let unsigned_transaction = f_transaction(public_key);