We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d9bfc commit 036ec6bCopy full SHA for 036ec6b
execution_chain/nimbus_execution_client.nim
@@ -46,7 +46,7 @@ proc basicServices(nimbus: NimbusNode,
46
com: CommonRef) =
47
nimbus.fc = ForkedChainRef.init(com)
48
if conf.portalEnabled:
49
- nimbus.fc.portal = PortalClientRef.init(conf)
+ nimbus.fc.portal = PortalClientRef.init(conf, com)
50
51
# txPool must be informed of active head
52
# so it can know the latest account state
0 commit comments