You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In contracts/HybridCustody.cdc:279, the getAddresses() function performs the same action as getChildAddresses(). This is inefficient because calling both functions returns the same functionality and result.
Looks like pub fun getAddresses() is a remnant before we had owned account implemented. I think we should remove that one since we have these two methods that go along each other:
Description
Recommendation
The text was updated successfully, but these errors were encountered: