File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ export function handleChoiceFunded(event: ChoiceFunded): void {
161
161
const localDispute = ClassicDispute . load ( `${ disputeKitID } -${ coreDisputeID } ` ) ;
162
162
if ( ! localDispute ) return ;
163
163
164
- if ( BigInt . fromString ( disputeKitID ) === newDisputeKitID ) {
164
+ if ( BigInt . fromString ( disputeKitID ) . equals ( newDisputeKitID ) ) {
165
165
const newRoundIndex = localDispute . currentLocalRoundIndex . plus ( ONE ) ;
166
166
const numberOfChoices = localDispute . numberOfChoices ;
167
167
localDispute . currentLocalRoundIndex = newRoundIndex ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kleros/kleros-v2-subgraph" ,
3
- "version" : " 0.16.1 " ,
3
+ "version" : " 0.16.2 " ,
4
4
"drtVersion" : " 0.12.0" ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments