Skip to content

Commit 036ec6b

Browse files
committed
fix initializer
1 parent 32d9bfc commit 036ec6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution_chain/nimbus_execution_client.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ proc basicServices(nimbus: NimbusNode,
4646
com: CommonRef) =
4747
nimbus.fc = ForkedChainRef.init(com)
4848
if conf.portalEnabled:
49-
nimbus.fc.portal = PortalClientRef.init(conf)
49+
nimbus.fc.portal = PortalClientRef.init(conf, com)
5050

5151
# txPool must be informed of active head
5252
# so it can know the latest account state

0 commit comments

Comments
 (0)