Tests in rates directory + updated computeRateSIntervals function

This commit is contained in:
porosnicuadrian
2020-11-26 11:21:04 +02:00
committed by Dan Christian Bogos
parent 8ac450a396
commit 99e7623f51
3 changed files with 145 additions and 42 deletions

View File

@@ -236,7 +236,7 @@ func (rIv *RateSInterval) CompressEquals(rIv2 *RateSInterval) (eq bool) {
return
}
}
return
return true
}
func (rIv *RateSInterval) Cost() *decimal.Big {