1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

Fix decred bip32 name

This commit is contained in:
Matheus Degiovani 2018-07-26 14:11:55 -03:00 committed by Pavol Rusnak
parent 456037599f
commit 0b0f01fb59

View File

@ -65,7 +65,7 @@ const curve_info secp256k1_info = {
};
const curve_info secp256k1_decred_info = {
.bip32_name = "Decred seed",
.bip32_name = "Bitcoin seed",
.params = &secp256k1,
.hasher_bip32 = HASHER_BLAKE,
.hasher_base58 = HASHER_BLAKED,