Fix HDCoinType for simnet

According to SLIP44[1] all test networks should use coin type 1. Coin type 115 is assigned to some altcoin.

1. https://github.com/satoshilabs/slips/blob/master/slip-0044.md
This commit is contained in:
Yura Pakhuchiy 2019-03-04 03:33:39 +03:00 committed by GitHub
parent 306aecffea
commit 730ec87ec4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -565,7 +565,7 @@ var SimNetParams = Params{
// BIP44 coin type used in the hierarchical deterministic path for
// address generation.
HDCoinType: 115, // ASCII for s
HDCoinType: 1,
}
var (