Skip to content

Commit

Permalink
revert: fix sig verification
Browse files Browse the repository at this point in the history
  • Loading branch information
marino39 committed Feb 13, 2024
1 parent 27c2958 commit a85f228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intents/intent_typed.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,6 @@ func (i *IntentTyped[T]) IsValid() error {
}

func (i *IntentTyped[T]) AsIntent() *Intent {
i.Intent.Data = i.Data
return &i.Intent
}

0 comments on commit a85f228

Please sign in to comment.