Commit 822d8a13 authored by vipwzw's avatar vipwzw

auto ci

parent 66b5c4f9
...@@ -932,14 +932,14 @@ func (client *commitMsgClient) isSelfConsEnable(height int64) bool { ...@@ -932,14 +932,14 @@ func (client *commitMsgClient) isSelfConsEnable(height int64) bool {
return false return false
} }
func (client *commitMsgClient) initConfig(){ func (client *commitMsgClient) initConfig() {
err := client.setSelfConsEnable() err := client.setSelfConsEnable()
if err != nil{ if err != nil {
panic(err) panic(err)
} }
} }
func (client *commitMsgClient) process(){ func (client *commitMsgClient) process() {
client.initConfig() client.initConfig()
client.handler() client.handler()
} }
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