1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-17 11:58:13 +00:00

don't verify pubkey in xpubaddrgen

This commit is contained in:
Pavol Rusnak 2015-01-11 02:56:33 +01:00
parent 2880a2e3db
commit 8c23d62c5e

View File

@ -23,6 +23,8 @@ CFLAGS += $(OPTFLAGS) \
-Werror \
-I..
CFLAGS += -DUSE_PUBKEY_VALIDATE=0
all: xpubaddrgen
OBJS = ../bip32.o ../ecdsa.o ../sha2.o ../bignum.o ../base58.o ../secp256k1.o ../ripemd160.o ../hmac.o ../rand.o