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 Sep 2, 2023. It is now read-only.
I can't enable the REQUIRE_AUTH flag when the account already has a signer
I read in the document that it says:
The transaction cannot succeed because the sender already owns objects in the ledger. For example, an account cannot enable the lsfRequireAuth flag if it has any trust lines or available offers.
I see an account with a signer will change the value of OwnerCount, if OwnerCount != 0 then this flag will not be enabled.
is it fair or not?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I can't enable the REQUIRE_AUTH flag when the account already has a signer
I read in the document that it says:
I see an account with a signer will change the value of OwnerCount, if OwnerCount != 0 then this flag will not be enabled.
is it fair or not?
The text was updated successfully, but these errors were encountered: