Skip to content

Commit 7a655b7

Browse files
committed
updated changelog
1 parent 17c69e6 commit 7a655b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
#### xrpl
1313

14-
- Updated SignerQuorum in SignerListSet to be an interface instead of a value (uint32).
14+
- Updated SignerQuorum in SignerListSet to be an interface{} with uint32 type assertion instead of a value (uint32).
1515
- This allows distinguishing between an unset (nil) and an explicitly set value, including 0 to delete a signer list.
1616
- Ensures SignerQuorum is only included in the Flatten() output when explicitly defined.
1717
- Updates the `Validate` method to make sure `SignerEntries` is not set when `SignerQuorum` is set to 0

0 commit comments

Comments
 (0)