Skip to content

Commit

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

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

0 comments on commit 27c2958

Please sign in to comment.