Skip to content

Commit

Permalink
add missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
amirylm committed Feb 23, 2024
1 parent 051e0ff commit 5b18f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/contracts/contract_deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ func (e *EthereumContractDeployer) DeployAutomationLogTriggeredStreamsLookupUpke
backend bind.ContractBackend,
) (common.Address, *types.Transaction, interface{}, error) {
return log_triggered_streams_lookup_wrapper.DeployLogTriggeredStreamsLookup(
auth, backend, false, false,
auth, backend, false, false, false,
)
})
if err != nil {
Expand Down

0 comments on commit 5b18f3b

Please sign in to comment.