Commit f1c6b1d
fix(evm): correct P256VERIFY input length in error message (#9137)
* fix(evm): correct P256VERIFY input length in error message
Signed-off-by: Antoine James <antoine@ethereum.org>
* chore(evm): replaced hardcoded value with constant
Signed-off-by: Antoine James <antoine@ethereum.org>
* Update evm/src/main/java/org/hyperledger/besu/evm/precompile/P256VerifyPrecompiledContract.java
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
---------
Signed-off-by: Antoine James <antoine@ethereum.org>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>1 parent 616c835 commit f1c6b1d
File tree
1 file changed
+4
-2
lines changed- evm/src/main/java/org/hyperledger/besu/evm/precompile
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
124 | | - | |
| 125 | + | |
125 | 126 | | |
126 | | - | |
| 127 | + | |
| 128 | + | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| |||
0 commit comments