We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795307a commit 19e38e3Copy full SHA for 19e38e3
secp256r1-program/src/lib.rs
@@ -585,7 +585,7 @@ mod target_arch {
585
586
// Since Transaction::verify_precompiles only returns a vague
587
// `InvalidAccountIndex` error on precompile failure, we use verify()
588
- // here direclty to check for the specific
+ // here directly to check for the specific
589
// InvalidSignatureValueRange error
590
let tx_fail = verify(
591
instruction.data.as_slice(),
0 commit comments