Skip to content

Commit

Permalink
chore(prt-contracts): improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenctw committed Dec 12, 2024
1 parent b4a1339 commit 4d00d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prt/contracts/src/tournament/abstracts/LeafTournament.sol
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ abstract contract LeafTournament is Tournament {
}

error WrongFinalState(
uint256 commitment, Machine.Hash expected, Machine.Hash got
uint256 commitment, Machine.Hash computed, Machine.Hash claimed
);
error WrongNodesForStep();

Expand Down

0 comments on commit 4d00d15

Please sign in to comment.