centny
Results
2
comments of
centny
never synced, must delete node data and copy from another ndoe. [m3101.log](https://github.com/spacemeshos/go-spacemesh/files/14195831/m3101.log)
the code is panic when parralel running in server.go ```.go var pairBook *engine.OrderBook if val, ok := e.book[req.GetPair()]; ok { pairBook = val } else { pairBook = engine.NewOrderBook() e.book[req.GetPair()]...