Open tomerweller opened 5 years ago
What array are you referring to? Response from Horizon?
Yeah, specifically this: https://www.stellar.org/developers/horizon/reference/resources/account.html I imagine the SDK uses the same Account struct, so I'd sweep anywhere in the code that touches the it to clarify.
Gotcha. Yeah I guess this is another consequence of the abstraction of pretending the master signer is a signer like the others (ordinary signers are removed if set to weight 0).
The signers array contains all signers with a positive weight + the master signer (even if's weight is 0)