Fixed test after rebase

This commit is contained in:
nkohen 2020-12-29 14:03:15 -06:00
parent 7b18090bc9
commit aced107a61

View file

@ -380,8 +380,8 @@ class DLCClientTest extends BitcoinSAsyncTest {
.asInstanceOf[MultiNonceContractInfo]
.outcomeValueFunc
.points
val left = points(1).outcome.toLongExact
val right = points(2).outcome.toLongExact
val left = points(1).outcome
val right = points(2).outcome
// Somewhere in the middle third of the interesting values
val outcomeNum =
(2 * left + right) / 3 + (outcomeIndex % (right - left) / 3)