Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Dec 13, 2024
1 parent 94ee28f commit 95a7923
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions intents/intent_data_sign_712_ext.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ func (p *IntentDataSignTypedData) subdigest() ([]byte, error) {
return sequence.SubDigest(chainID, p.wallet(), sequence.MessageDigest(msgData))
}

// A SignMessagePacket (intent) *MUST* be mapped to a regular "SignMessage" Sequence action, this means that
// it must adhere to the following rules:
// - the subdigest must match `SubDigest(chainID, Wallet, Digest(Message))`
func (p *IntentDataSignTypedData) IsValidInterpretation(subdigest common.Hash) bool {
selfSubDigest, err := p.subdigest()
if err != nil {
Expand Down

0 comments on commit 95a7923

Please sign in to comment.