Skip to content

Commit

Permalink
docs: add names to return values
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Jan 10, 2025
1 parent 491cddb commit 39e6a56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion prt/contracts/src/ITournament.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ interface ITournament {
function arbitrationResult()
external
view
returns (bool, Tree.Node, Machine.Hash);
returns (
bool isFinished,
Tree.Node winningCommitment,
Machine.Hash finalMachineStateHash
);
}

0 comments on commit 39e6a56

Please sign in to comment.