-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BCF-3143] multiple address bindings #13992
Conversation
ebbf57e
to
943aaf8
Compare
943aaf8
to
49eb6d1
Compare
caa52ea
to
580b02d
Compare
4a04c2b
to
dd7c621
Compare
46abca3
to
8dcf3b4
Compare
2e63368
to
21de883
Compare
45ebc2b
to
51ce53e
Compare
} | ||
|
||
// filterRegisterer isn't required here because the event can also be polled for by the contractBinding common filter. | ||
if b.registrar != nil { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just add a return if registrar is nil to omit these checks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean return early if no registrar exists?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup
Co-authored-by: Jordan Krage <[email protected]>
Quality Gate passedIssues Measures |
JIRA Ticket
BCF-3143
Supporting PRs
Description
Applies changes in
ContractReader
to support multiple address bindings.Requires Dependencies
Resolves Dependencies