We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9caacb commit 56b252eCopy full SHA for 56b252e
1 file changed
src/main/scala/units/ELUpdater.scala
@@ -1543,8 +1543,8 @@ class ELUpdater(
1543
1544
val failedC2ETransfersRootHashCheck =
1545
Either.raiseUnless(java.util.Arrays.equals(actualFailedTransfersRootHash, expectedFailedC2ETransfersRootHash)) {
1546
- s"Failed CL to EL transfers root hash mismatch in block ${blockHash}: "
1547
- + s"EL=${toHexNoPrefix(actualFailedTransfersRootHash)}, " +
+ s"Failed CL to EL transfers root hash mismatch in block $blockHash: " +
+ s"EL=${toHexNoPrefix(actualFailedTransfersRootHash)}, " +
1548
s"CL=${toHexNoPrefix(expectedFailedC2ETransfersRootHash)}"
1549
}
1550
if (failedTransfers.nonEmpty) logger.debug(s"Failed C2E transfers: ${failedTransfers.mkString(", ")}")
0 commit comments