Skip to content

Commit db9e536

Browse files
committed
bitcoin: add Pocket pubkey for payment requests
pocketbitcoin.com will be able to make payment requests, which will be useful for the Pocket sell feature in the BitBoxApp.
1 parent 7d13b38 commit db9e536

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/rust/bitbox02-rust/src/hww/api/bitcoin/payment_request.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ struct Identity {
3939
}
4040

4141
const IDENTITIES: &[Identity] = &[
42-
// Identity {
43-
// name: "PocketBitcoin",
44-
// public_key: b"...",
45-
// },
42+
Identity {
43+
name: "Pocket Bitcoin",
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+
},
4646
#[cfg(feature = "testing")]
4747
Identity {
4848
name: "Test Merchant",

0 commit comments

Comments
 (0)