mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
fix typo
This commit is contained in:
parent
f366fb81c5
commit
95a522bf1a
2
ecdsa.h
2
ecdsa.h
@ -52,7 +52,7 @@ typedef struct {
|
|||||||
#define MAX_ADDR_RAW_SIZE (4 + 40)
|
#define MAX_ADDR_RAW_SIZE (4 + 40)
|
||||||
// bottle neck is segwit bech32:
|
// bottle neck is segwit bech32:
|
||||||
// 4 human readable prefix + 1 separator + 64 data + 6 checksum + 1 NUL
|
// 4 human readable prefix + 1 separator + 64 data + 6 checksum + 1 NUL
|
||||||
// the standard says 83 characters in hrp, but currently all coins use only 2
|
// the standard says 83 characters in hrp, but currently all coins use max 4
|
||||||
#define MAX_ADDR_SIZE (4 + 1 + 64 + 6 + 1)
|
#define MAX_ADDR_SIZE (4 + 1 + 64 + 6 + 1)
|
||||||
// 4 byte prefix + 32 byte privkey + 1 byte compressed marker
|
// 4 byte prefix + 32 byte privkey + 1 byte compressed marker
|
||||||
#define MAX_WIF_RAW_SIZE (4 + 32 + 1)
|
#define MAX_WIF_RAW_SIZE (4 + 32 + 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user