Skip to content

Commit

Permalink
[message] Do not include secp256r1 signature from the total number of…
Browse files Browse the repository at this point in the history
… signature counts (#4382)

do not include secp256r1 signature from the total number of signature counts
  • Loading branch information
samkim-crypto authored Jan 14, 2025
1 parent 83919b8 commit 4d1779b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/message/src/sanitized.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ impl TransactionSignatureDetails {
self.num_transaction_signatures
.saturating_add(self.num_secp256k1_instruction_signatures)
.saturating_add(self.num_ed25519_instruction_signatures)
.saturating_add(self.num_secp256r1_instruction_signatures)
}

/// return the number of transaction signatures
Expand Down

0 comments on commit 4d1779b

Please sign in to comment.