Skip to content

Commit fa5f207

Browse files
committed
Code Refactoring
* Fix genesis ID
1 parent 18bda04 commit fa5f207

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common/constant/genesis.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
package constant
5656

5757
const (
58-
MainchainGenesisBlockID int64 = -2172834626010889931
58+
MainchainGenesisBlockID int64 = -1404627219985339184
5959
)
6060

6161
type (
@@ -1196,7 +1196,7 @@ var (
11961196
185, 209, 48, 68, 201, 82, 44, 43, 191},
11971197
LockedBalance: 0,
11981198
ParticipationScore: GenesisParticipationScore,
1199-
Message: "",
1199+
Message: "raspi",
12001200
},
12011201
}
12021202
)

common/constant/genesisSpine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package constant
44

55
const (
6-
SpinechainGenesisBlockID int64 = 3325636690410180622
6+
SpinechainGenesisBlockID int64 = 3257727133902139748
77
)
88

99
var (

0 commit comments

Comments
 (0)