mirror of https://github.com/status-im/nim-eth.git
Don't auto write p2pProtocol macro expansion to file (#678)
This commit is contained in:
parent
b9c40e1380
commit
efe610e27f
|
@ -1005,6 +1005,8 @@ macro emitForSingleBackend(
|
||||||
peerState.getType, networkState.getType)
|
peerState.getType, networkState.getType)
|
||||||
|
|
||||||
result = p.genCode()
|
result = p.genCode()
|
||||||
|
|
||||||
|
when defined(p2pProtocolDebug):
|
||||||
try:
|
try:
|
||||||
result.storeMacroResult true
|
result.storeMacroResult true
|
||||||
except IOError:
|
except IOError:
|
||||||
|
|
Loading…
Reference in New Issue