mirror of https://github.com/status-im/nim-eth.git
Adapt to latest FastStreams API
This commit is contained in:
parent
8ded65fe0e
commit
631b6d5d15
|
@ -1,6 +1,6 @@
|
|||
import
|
||||
options, sequtils,
|
||||
stew/shims/macros, chronos, faststreams/output_stream
|
||||
stew/shims/macros, chronos, faststreams/outputs
|
||||
|
||||
type
|
||||
MessageKind* = enum
|
||||
|
|
Loading…
Reference in New Issue