Commit ede98301 authored by suyanlong's avatar suyanlong

fix bug

parent dcf3b7f7
......@@ -157,7 +157,7 @@ func (p *Paracross) Initialize(configPath string, ID string, extra []byte) error
p.title = chain33Config.Chain33.Title
p.MinTxFeeRate = chain33Config.Chain33.Fee
p.isTest = chain33Config.Chain33.IsTest
p.paraHeight.Store(0)
p.paraHeight = atomic.NewUint64(0)
config33 = fmt.Sprintf(config33, p.title, chain33Config.Chain33.Addr)
p.logger.Info(config33)
......
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