irr: fix strategy id

This commit is contained in:
c9s 2022-09-28 17:07:13 +08:00
parent 1b531b66a2
commit 7b47a51fae
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -20,7 +20,7 @@ import (
"github.com/wcharczuk/go-chart/v2"
)
const ID = "oneliner"
const ID = "irr"
var one = fixedpoint.One
var zero = fixedpoint.Zero