From 27c29582ad989e85f4d08527fc918b447364cd1b Mon Sep 17 00:00:00 2001 From: Marcin Gorzynski Date: Tue, 13 Feb 2024 17:16:30 +0100 Subject: [PATCH] fix sig verification --- intents/intent_typed.go | 1 - 1 file changed, 1 deletion(-) diff --git a/intents/intent_typed.go b/intents/intent_typed.go index e9a520e..5d836f3 100644 --- a/intents/intent_typed.go +++ b/intents/intent_typed.go @@ -103,6 +103,5 @@ func (i *IntentTyped[T]) IsValid() error { } func (i *IntentTyped[T]) AsIntent() *Intent { - i.Intent.Data = i.Data return &i.Intent }