mirror of
https://github.com/logos-storage/logos-storage-network-crawler.git
synced 2026-01-03 14:03:09 +00:00
formatting
This commit is contained in:
parent
56df7adfd8
commit
483f319e2c
@ -92,7 +92,8 @@ import std/sugar
|
||||
import std/typetraits
|
||||
|
||||
import pkg/chronicles except toJson, `%`
|
||||
from pkg/libp2p import Cid, PeerId, SignedPeerRecord, MultiAddress, AddressInfo, init, `$`
|
||||
from pkg/libp2p import
|
||||
Cid, PeerId, SignedPeerRecord, MultiAddress, AddressInfo, init, `$`
|
||||
from pkg/ethers import Address
|
||||
import pkg/questionable
|
||||
import pkg/questionable/results
|
||||
|
||||
@ -22,9 +22,7 @@ method whileRunning*(s: MockState, step: OnStep, delay: Duration) {.async.} =
|
||||
proc createMockState*(): MockState =
|
||||
MockState(
|
||||
status: ApplicationStatus.Running,
|
||||
config: Config(
|
||||
dhtEnable: true
|
||||
),
|
||||
config: Config(dhtEnable: true),
|
||||
events: Events(
|
||||
nodesFound: newAsyncDataEvent[seq[Nid]](),
|
||||
newNodesDiscovered: newAsyncDataEvent[seq[Nid]](),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user