Skip to content

Commit dd918b6

Browse files
committed
chore(prt-contracts): improve logging
1 parent 0f4d29e commit dd918b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prt/contracts/src/tournament/abstracts/LeafTournament.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ abstract contract LeafTournament is Tournament {
5656
}
5757

5858
error WrongFinalState(
59-
uint256 commitment, Machine.Hash expected, Machine.Hash got
59+
uint256 commitment, Machine.Hash computed, Machine.Hash claimed
6060
);
6161
error WrongNodesForStep();
6262

0 commit comments

Comments
 (0)