mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-05 13:01:12 +00:00
don't verify pubkey in xpubaddrgen
This commit is contained in:
parent
2880a2e3db
commit
8c23d62c5e
@ -23,6 +23,8 @@ CFLAGS += $(OPTFLAGS) \
|
|||||||
-Werror \
|
-Werror \
|
||||||
-I..
|
-I..
|
||||||
|
|
||||||
|
CFLAGS += -DUSE_PUBKEY_VALIDATE=0
|
||||||
|
|
||||||
all: xpubaddrgen
|
all: xpubaddrgen
|
||||||
|
|
||||||
OBJS = ../bip32.o ../ecdsa.o ../sha2.o ../bignum.o ../base58.o ../secp256k1.o ../ripemd160.o ../hmac.o ../rand.o
|
OBJS = ../bip32.o ../ecdsa.o ../sha2.o ../bignum.o ../base58.o ../secp256k1.o ../ripemd160.o ../hmac.o ../rand.o
|
||||||
|
Loading…
Reference in New Issue
Block a user