Skip to content

Commit

Permalink
docs: remove underscore from parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Jan 21, 2025
1 parent a098784 commit f77ab50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prt/contracts/src/ITournamentFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "./IDataProvider.sol";
interface ITournamentFactory {
event tournamentCreated(Tournament);

function instantiate(Machine.Hash _initialHash, IDataProvider provider)
function instantiate(Machine.Hash initialState, IDataProvider provider)
external
returns (ITournament);
}

0 comments on commit f77ab50

Please sign in to comment.