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",
|
"chronos",
|
||||||
"chronicles",
|
"chronicles",
|
||||||
"stew",
|
"stew",
|
||||||
"result",
|
|
||||||
"nat_traversal",
|
"nat_traversal",
|
||||||
"metrics"
|
"metrics"
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
import
|
import
|
||||||
options, os, strutils, times,
|
options, os, strutils, times,
|
||||||
result, nat_traversal/[miniupnpc, natpmp],
|
stew/result, nat_traversal/[miniupnpc, natpmp],
|
||||||
chronicles, json_serialization/std/net
|
chronicles, json_serialization/std/net
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
Loading…
Reference in New Issue