mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-12 15:24:21 +00:00
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…
x
Reference in New Issue
Block a user