mirror of https://github.com/status-im/nim-eth.git
result -> stew/result (#159)
This commit is contained in:
parent
3ee5651b7c
commit
1756f7b41f
|
@ -12,7 +12,6 @@ requires "nim >= 0.19.0",
|
|||
"chronos",
|
||||
"chronicles",
|
||||
"stew",
|
||||
"result",
|
||||
"nat_traversal",
|
||||
"metrics"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
import
|
||||
options, os, strutils, times,
|
||||
result, nat_traversal/[miniupnpc, natpmp],
|
||||
stew/result, nat_traversal/[miniupnpc, natpmp],
|
||||
chronicles, json_serialization/std/net
|
||||
|
||||
type
|
||||
|
|
Loading…
Reference in New Issue