statechannels / dispute-game

A prototype of the dispute game in typescript and solidity.
MIT License
9 stars 0 forks source link

Handle case where number of splits is greater than amount of states #6

Closed lalexgap closed 3 years ago

lalexgap commented 3 years ago

Previously we assumed that the amount of states would always be numSplits+1. However that does not work when myStates.length<=numSplits