Skip to content

Commit

Permalink
panic
Browse files Browse the repository at this point in the history
  • Loading branch information
brennanjl committed Jan 17, 2025
1 parent e4ed6b6 commit f7707c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/crypto/secp256k1.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ func (k *Secp256k1PublicKey) VerifyRaw(data, rawSig []byte) (success bool, err e
}
}()

panic("WAHAHAH")

if len(rawSig) == 65 {
// we choose `VerifySignature` since it doesn't care recovery ID
// it expects signature in 64 byte [R || S] format
Expand Down

0 comments on commit f7707c3

Please sign in to comment.