remove unused error

This commit is contained in:
2025-11-11 17:56:46 +00:00
parent 7a38ae1696
commit 910c53155b

View File

@@ -35,5 +35,3 @@ func run() error {
return nil
}
var ErrSellWithoutBuy = fmt.Errorf("found sell without bought volume")