mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 05:58:09 +00:00
chore(core): Add CoinJoin request public key.
[no changelog]
This commit is contained in:
parent
91e38ebd03
commit
a1ffdcaa8d
@ -346,7 +346,7 @@ class CoinJoinApprover(Approver):
|
||||
COINJOIN_FLAGS_SIGNABLE = const(0x01)
|
||||
COINJOIN_FLAGS_NO_FEE = const(0x02)
|
||||
|
||||
COINJOIN_REQ_PUBKEY = b""
|
||||
COINJOIN_REQ_PUBKEY = b"\x02W\x03\xbb\xe1[\xb0\x8e\x98!\xfed\xaf\xf6\xb2\xef\x1a1`\xe3y\x9d\xd8\xf0\xce\xbf,y\xe8g\xdd\x12]"
|
||||
if __debug__:
|
||||
# secp256k1 public key of m/0h for "all all ... all" seed.
|
||||
COINJOIN_REQ_PUBKEY_DEBUG = b"\x03\x0f\xdf^(\x9bZ\xefSb\x90\x95:\xe8\x1c\xe6\x0e\x84\x1f\xf9V\xf3f\xac\x12?\xa6\x9d\xb3\xc7\x9f!\xb0"
|
||||
|
Loading…
Reference in New Issue
Block a user