mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-07 16:13:06 +00:00
Restore privateAccess because logEvents moved to JsonRpcSubscriptions
This commit is contained in:
parent
ac156b484a
commit
64f3d0d5f1
@ -114,6 +114,7 @@ suite "HTTP polling subscriptions - mock tests":
|
|||||||
var mockServer: MockRpcHttpServer
|
var mockServer: MockRpcHttpServer
|
||||||
|
|
||||||
privateAccess(PollingSubscriptions)
|
privateAccess(PollingSubscriptions)
|
||||||
|
privateAccess(JsonRpcSubscriptions)
|
||||||
|
|
||||||
proc startServer() {.async.} =
|
proc startServer() {.async.} =
|
||||||
mockServer = MockRpcHttpServer.new()
|
mockServer = MockRpcHttpServer.new()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user