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 4742d1b commit 89e3b14Copy full SHA for 89e3b14
web3/src/main/java/org/hiero/mirror/web3/evm/contracts/execution/traceability/AbstractOpcodeTracer.java
@@ -65,7 +65,7 @@ protected final Optional<Bytes> getRevertReasonFromContractActions(final Contrac
65
* @param revertReason the revert reason
66
* @return the formatted revert reason
67
*/
68
- protected Bytes formatRevertReason(final Bytes revertReason) {
+ protected final Bytes formatRevertReason(final Bytes revertReason) {
69
if (revertReason == null || revertReason.isZero()) {
70
return Bytes.EMPTY;
71
}
0 commit comments