Commit 822d8a13 authored by vipwzw's avatar vipwzw

auto ci

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