Closed gakonst closed 5 years ago
Optimization
Currently challengeBefore requires providing the parent coin along with the coin that we're challenging with. This is not required and can be removed.
challengeBefore
we require the parent during exits so that it can be challenged as a double spend, but here the only response is later so the parent has no impact
Optimization
Currently
challengeBefore
requires providing the parent coin along with the coin that we're challenging with. This is not required and can be removed.