Update to better const without AdustmentPeriod

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2019-09-27 01:32:31 +02:00
parent 639139795b
commit bd4924aa56
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ import (
func TestEncodeMiningRewardInitial(t *testing.T) { func TestEncodeMiningRewardInitial(t *testing.T) {
i := &big.Int{} i := &big.Int{}
i.SetString("153686558225539943338", 10) i.SetString("153856870367821447423", 10)
t.Logf("%#v", i.Bytes()) t.Logf("%#v", i.Bytes())
} }

View File

@ -30,7 +30,7 @@ const CollateralPrecision = 100
const TotalFilecoin = 2000000000 const TotalFilecoin = 2000000000
const MiningRewardTotal = 1400000000 const MiningRewardTotal = 1400000000
var MiningRewardInitialAttoFilBytes = []byte{0x8, 0x54, 0xd4, 0x56, 0x70, 0x99, 0xb2, 0x4b, 0xaa} var MiningRewardInitialAttoFilBytes = []byte{0x8, 0x57, 0x31, 0x68, 0x6e, 0x4f, 0x52, 0x40, 0xff}
const FilecoinPrecision = 1000000000000000000 const FilecoinPrecision = 1000000000000000000