mirror of https://github.com/status-im/nim-eth.git
Fix the build when json logging is enabled
This commit is contained in:
parent
c9f1b30c9d
commit
f8da72ca96
|
@ -7,8 +7,9 @@
|
|||
# those terms.
|
||||
|
||||
import
|
||||
net, options, os, strutils, times,
|
||||
result, nat_traversal/[miniupnpc, natpmp], chronicles
|
||||
options, os, strutils, times,
|
||||
result, nat_traversal/[miniupnpc, natpmp],
|
||||
chronicles, json_serialization/std/net
|
||||
|
||||
type
|
||||
NatStrategy* = enum
|
||||
|
|
Loading…
Reference in New Issue