Fix delegation condition order issue #12
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/nostr-types!12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dele-cond-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix for a delegation signature error. When a
DelegationConditionis created by parsing from a string, and accessed as a string, it can change, as clauses are reordered, which may invalidate a signature.See https://github.com/mikedilger/gossip/issues/375