bollmaker: add Deprecated note

This commit is contained in:
c9s 2022-05-05 14:47:06 +08:00
parent 3140b7e2ef
commit c3db85443e
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -300,6 +300,7 @@ func (s *Strategy) newProfitStats() *types.ProfitStats {
}
}
// Deprecated: LoadState method is migrated to the persistence struct tag.
func (s *Strategy) LoadState() error {
var state State