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 f7f0e6b commit 2549592Copy full SHA for 2549592
src/rust/bitbox02-rust/src/hww/api/bitcoin/payment_request.rs
@@ -40,7 +40,7 @@ struct Identity {
40
41
const IDENTITIES: &[Identity] = &[
42
Identity {
43
- name: "Pocket Bitcoin",
+ name: "POCKET",
44
public_key: b"\x02\x29\x02\xb4\xed\xe4\x82\xa9\x07\xce\x16\xa1\xc6\x34\x14\x5e\x72\x8f\x1d\xe4\xf2\x49\x04\x3a\x8b\xe4\x7d\xf2\x7d\xb9\x32\x0c\x2c",
45
},
46
#[cfg(feature = "testing")]
0 commit comments