params: rename params.go to chainparams.go

This commit is contained in:
Olaoluwa Osuntokun 2017-09-01 02:11:45 -07:00
parent 2c556d11c7
commit ff52ac374e
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -69,6 +69,7 @@ func applyLitecoinParams(params *bitcoinNetParams) {
params.PrivateKeyID = liteTestNetParams.PrivateKeyID
params.WitnessPubKeyHashAddrID = liteTestNetParams.WitnessPubKeyHashAddrID
params.WitnessScriptHashAddrID = liteTestNetParams.WitnessScriptHashAddrID
params.Bech32HRPSegwit = liteTestNetParams.Bech32HRPSegwit
copy(params.HDPrivateKeyID[:], liteTestNetParams.HDPrivateKeyID[:])
copy(params.HDPublicKeyID[:], liteTestNetParams.HDPublicKeyID[:])