Commit e7ab702d authored by vipwzw's avatar vipwzw

auto ci

parent 646855e3
...@@ -260,7 +260,7 @@ func (client *client) InitBlock() { ...@@ -260,7 +260,7 @@ func (client *client) InitBlock() {
} }
// GetStartMainHash get StartMainHash in mainchain // GetStartMainHash get StartMainHash in mainchain
func (client *client) GetStartMainHash(height int64) ([]byte) { func (client *client) GetStartMainHash(height int64) []byte {
if height <= 0 { if height <= 0 {
panic(fmt.Sprintf("startHeight(%d) should be more than 0 in mainchain", height)) panic(fmt.Sprintf("startHeight(%d) should be more than 0 in mainchain", height))
} }
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment