onflow/hybrid-custody

Update Error Message

highskore opened this issue · 0 comments

Current Behavior

The current error message in the codebase states:

self.ownedAccounts[cap.address] == nil: "There is already a child account with this address"

Should be:

self.ownedAccounts[cap.address] == nil: "There is already an owned account with this address"