We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c69e6 commit 7a655b7Copy full SHA for 7a655b7
CHANGELOG.md
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
#### xrpl
13
14
-- Updated SignerQuorum in SignerListSet to be an interface instead of a value (uint32).
+- Updated SignerQuorum in SignerListSet to be an interface{} with uint32 type assertion instead of a value (uint32).
15
- This allows distinguishing between an unset (nil) and an explicitly set value, including 0 to delete a signer list.
16
- Ensures SignerQuorum is only included in the Flatten() output when explicitly defined.
17
- Updates the `Validate` method to make sure `SignerEntries` is not set when `SignerQuorum` is set to 0
0 commit comments