Contributions to AutoContributions
This commit is contained in:
@@ -114,7 +114,7 @@ func main() {
|
||||
}
|
||||
prediction = append(prediction, ana.NewInterestPredictor(fields[0], fields[1], apy))
|
||||
case "autoContributions":
|
||||
prediction = append(prediction, ana.NewContributionPredictor(register))
|
||||
prediction = append(prediction, ana.NewAutoContributionPredictor(register))
|
||||
default:
|
||||
panic(k)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user