From aedf1993effe033ac44a07c0003e9a9de78cbe5b Mon Sep 17 00:00:00 2001 From: marcello33 Date: Thu, 22 Feb 2024 13:29:31 +0100 Subject: [PATCH] chg: better comment on TODO action --- x/auth/ante/sigverify.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x/auth/ante/sigverify.go b/x/auth/ante/sigverify.go index 4f5a10626587..1d6a1126c5df 100644 --- a/x/auth/ante/sigverify.go +++ b/x/auth/ante/sigverify.go @@ -320,7 +320,8 @@ func (svd SigVerificationDecorator) AnteHandle(ctx sdk.Context, tx sdk.Tx, simul anyPk, _ := codectypes.NewAnyWithValue(pubKey) /* TODO HV2: do we need to add here (and modify accordingly) the following code from heimdall? - // in that case, we need to implement the RecoverPubkey method + // This should be needed, and - most probably - since the `processSig` method disappeared, it should be done in SetPubKeyDecorator + // If that's the case, we need to implement the RecoverPubkey method // see https://github.com/0xPolygon/cosmos-sdk/pull/3/#discussion_r1497996133 // see https://github.com/0xPolygon/cosmos-sdk/pull/3/#discussion_r1498023925