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:801, the display metadata view is stored in a dictionary with a hardcoded key “display”. Since the field and the functionality is already known, hardcoding the parameter can be avoided.
Recommendation
We recommend using dedicated fields for any known variables.
Discussion
This was discussed while exploring metadata views and resolution patterns for this contract. We'll want to decide if a display field should be included in ChildAccount the way it is in ProxyAccount.
The text was updated successfully, but these errors were encountered:
Description
Recommendation
Discussion
This was discussed while exploring metadata views and resolution patterns for this contract. We'll want to decide if a
display
field should be included inChildAccount
the way it is inProxyAccount
.The text was updated successfully, but these errors were encountered: