Skip to content

Commit

Permalink
chg: better comment on TODO action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Feb 22, 2024
1 parent bb8d126 commit aedf199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/auth/ante/sigverify.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aedf199

Please sign in to comment.