use push raises
This commit is contained in:
parent
d75a33af49
commit
42d4a5c234
|
@ -8,8 +8,7 @@
|
||||||
## those terms.
|
## those terms.
|
||||||
|
|
||||||
|
|
||||||
import pkg/upraises
|
{.push raises: [].}
|
||||||
push: {.upraises: [].}
|
|
||||||
|
|
||||||
import pkg/chronos
|
import pkg/chronos
|
||||||
import pkg/libp2p
|
import pkg/libp2p
|
||||||
|
@ -169,6 +168,4 @@ proc new*(
|
||||||
): NetworkStore =
|
): NetworkStore =
|
||||||
## Create new instance of a NetworkStore
|
## Create new instance of a NetworkStore
|
||||||
##
|
##
|
||||||
NetworkStore(
|
NetworkStore(localStore: localStore, engine: engine)
|
||||||
localStore: localStore,
|
|
||||||
engine: engine)
|
|
||||||
|
|
Loading…
Reference in New Issue