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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
The getAuthAccount method implementation differs from LIP-0041. The LIP says the implementation should raise an exception when no account exists. The implementation returns a default account when no account exists.
Which version(s) does this affect? (Environment, OS, etc...)
v6.0.0-beta.6
The text was updated successfully, but these errors were encountered:
As agreed with @shuse2, in this case it makes more sense to keep the implementation as it is, and align the LIP. That would align behavior of getAuthAccount() with behavior of getAvailableBalance() and getEscrowedAmount(), where LIP-0051 specifies that for a non-existing key the system should return 0 as the default value.
Description
The getAuthAccount method implementation differs from LIP-0041. The LIP says the implementation should raise an exception when no account exists. The implementation returns a default account when no account exists.
Which version(s) does this affect? (Environment, OS, etc...)
v6.0.0-beta.6
The text was updated successfully, but these errors were encountered: