Skip to content

Commit 578a87c

Browse files
committed
fix(contracts): change to uint256 the subcourtID param in subcourt creation event
1 parent 928644c commit 578a87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/arbitration/KlerosCore.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ contract KlerosCore is IArbitrator {
137137
event AppealDecision(uint256 indexed _disputeID, IArbitrable indexed _arbitrable);
138138
event Draw(address indexed _address, uint256 indexed _disputeID, uint256 _roundID, uint256 _voteID);
139139
event SubcourtCreation(
140-
uint96 indexed _subcourtID,
140+
uint256 indexed _subcourtID,
141141
uint96 indexed _parent,
142142
bool _hiddenVotes,
143143
uint256 _minStake,

0 commit comments

Comments
 (0)