Label args as upgrade parameters for better readability #5463
Labels
audit
Feedback from implementation audit
channel-upgradability
Channel upgradability feature
good first issue
Good for newcomers
type: code hygiene
Clean up code but without changing functionality or interfaces
Milestone
Summary
In application upgrade callbacks, name the arguments/parameters of each of the API callbacks as upgrade fields / proposed fields for better readability.
For example:
connectionHops
->proposedConnectionHops
orupgradeConnectionHops
order
->proposedOrder
orupgradeOrder
version
->proposedVersion
orupgradeVersion
For Admin Use
The text was updated successfully, but these errors were encountered: