mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-14 23:17:42 +00:00
Nim devel brach(1.7.1) introduce gc=orc as default mode. Because the p2p protocol using unsafe pointer operations for it's ProtocolInfo and using global variables scattered around, the orc mistakenly(or maybe correctly) crash the protocol.