mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-22 03:30:35 +00:00
Update credits file
Includes updated sacrifice data & eth2 deposit refunds
This commit is contained in:
parent
72b2402a17
commit
0485a24457
Binary file not shown.
@ -38,8 +38,8 @@ func TestApplySacrificeCredits(t *testing.T) {
|
||||
}
|
||||
|
||||
// from the credits.csv file in compressed-allocations
|
||||
actual = state.GetBalance(common.HexToAddress("0x0000000000000000000000000000000000001010"))
|
||||
bal, _ := new(big.Int).SetString("5977597164464952199640526", 10)
|
||||
actual = state.GetBalance(common.HexToAddress("0x000000005dCEE11e13fb536Fa40d65450F53c5a8"))
|
||||
bal, _ := new(big.Int).SetString("64000000000000000000", 10)
|
||||
expected = uint256.MustFromBig(bal)
|
||||
|
||||
if actual.Cmp(expected) != 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user