Skip to content

Commit

Permalink
fix: Add msg signature normalisation for deactivate did doc msg (#685)
Browse files Browse the repository at this point in the history
* Add msg signature normalization for deactivate did doc msg

* Update MD rules

* Pin GoReleaser

* Pin GoReleaser v1.22.1

* Removed pin

---------

Co-authored-by: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
  • Loading branch information
Andrew Nikitin and Eengineer1 authored Feb 5, 2024
1 parent 5a65241 commit e4ae42e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/did/types/tx_msg_deactivate_did_doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ func (msg MsgDeactivateDidDoc) Validate(allowedNamespaces []string) error {

func (msg *MsgDeactivateDidDoc) Normalize() {
msg.Payload.Normalize()
NormalizeSignInfoList(msg.Signatures)
}

0 comments on commit e4ae42e

Please sign in to comment.