File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
action/protocol/rewarding Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ func TestMigrateValue(t *testing.T) {
571
571
}{
572
572
{g .GreenlandBlockHeight , a1 .foundationBonusLastEpoch },
573
573
{1641601 , g .FoundationBonusP2EndEpoch },
574
- {g .KamchatkaBlockHeight , 47796 },
574
+ {g .KamchatkaBlockHeight , 30473 },
575
575
} {
576
576
fCtx := ctx
577
577
if v .height == 1641601 {
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ func defaultConfig() Genesis {
64
64
HawaiiBlockHeight : 11267641 ,
65
65
IcelandBlockHeight : 12289321 ,
66
66
JutlandBlockHeight : 13685401 ,
67
- KamchatkaBlockHeight : 26289321 ,
67
+ KamchatkaBlockHeight : 13816441 ,
68
68
},
69
69
Account : Account {
70
70
InitBalanceMap : make (map [string ]string ),
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ func TestNewHeightChange(t *testing.T) {
44
44
require .True (cfg .IsIceland (uint64 (12289321 )))
45
45
require .False (cfg .IsJutland (uint64 (13685400 )))
46
46
require .True (cfg .IsJutland (uint64 (13685401 )))
47
- require .False (cfg .IsKamchatka (uint64 (26289320 )))
48
- require .True (cfg .IsKamchatka (uint64 (26289321 )))
47
+ require .False (cfg .IsKamchatka (uint64 (13816440 )))
48
+ require .True (cfg .IsKamchatka (uint64 (13816441 )))
49
49
50
50
require .Equal (cfg .PacificBlockHeight , uint64 (432001 ))
51
51
require .Equal (cfg .AleutianBlockHeight , uint64 (864001 ))
@@ -60,5 +60,5 @@ func TestNewHeightChange(t *testing.T) {
60
60
require .Equal (cfg .HawaiiBlockHeight , uint64 (11267641 ))
61
61
require .Equal (cfg .IcelandBlockHeight , uint64 (12289321 ))
62
62
require .Equal (cfg .JutlandBlockHeight , uint64 (13685401 ))
63
- require .Equal (cfg .KamchatkaBlockHeight , uint64 (26289321 ))
63
+ require .Equal (cfg .KamchatkaBlockHeight , uint64 (13816441 ))
64
64
}
You can’t perform that action at this time.
0 commit comments