onflow/hybrid-custody

Unlinking the public proxy account resource path is unnecessary

sisyphusSmiling opened this issue · 1 comments

Description

In contracts/HybridCustody.cdc:672, the removeParent function unlinks the public path for the proxy account identifier. This is unnecessary because public paths are not linked during the creation of the proxy account resource.

Recommendation

We recommend removing the unneeded line.

I think we can acknowledge this as true, but leave it for the sake of thoroughness. Any objections to leaving this line?