Skip to content

Commit 2549592

Browse files
committed
btc/paymentrequest: rename Pocket Bitcoin to POCKET
For consistency, we use "Pocket" not "Pocket Bitcoin" also in the app. The product person prefers uppercase for services.
1 parent f7f0e6b commit 2549592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct Identity {
4040

4141
const IDENTITIES: &[Identity] = &[
4242
Identity {
43-
name: "Pocket Bitcoin",
43+
name: "POCKET",
4444
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",
4545
},
4646
#[cfg(feature = "testing")]

0 commit comments

Comments
 (0)