Skip to content

Commit

Permalink
Another missing default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 committed May 22, 2024
1 parent f02521f commit 4326207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/simulation/network/network_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func createInMemObscuroNode(
ManagementContractAddress: *mgtContractAddress,
MessageBusAddress: l1BusAddress,
BatchInterval: batchInterval,
CrossChainInterval: config.DefaultHostParsedConfig().CrossChainInterval,
IsInboundP2PDisabled: incomingP2PDisabled,
L1BlockTime: l1BlockTime,
UseInMemoryDB: true,
Expand Down

0 comments on commit 4326207

Please sign in to comment.