Commit 7eee3040 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Update op-chain-ops/immutables/immutables.go

Co-authored-by: default avatarclabby <ben@clab.by>
parent fa80f518
......@@ -184,7 +184,7 @@ func l2ImmutableDeployer(backend *backends.SimulatedBackend, opts *bind.Transact
var withdrawalNetwork uint8
var err error
if has, err := bindings.HasImmutableReferences(deployment.Name); err != nil || has == false {
if has, err := bindings.HasImmutableReferences(deployment.Name); err != nil || !has {
return nil, fmt.Errorf("%s does not have immutables: %w", deployment.Name, err)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment