dev 4
This commit is contained in:
@@ -178,7 +178,7 @@ func (o *OrderBook) activeSets(ctx context.Context, client *sdk.Client) (buys, s
|
||||
return buys, sells, true
|
||||
}
|
||||
|
||||
func (o *OrderBook) cancelExpired(ctx context.Context, client *sdk.Client) bool {
|
||||
func (o *OrderBook) CancelExpired(ctx context.Context, client *sdk.Client) bool {
|
||||
o.invalidate()
|
||||
orders, err := o.query(ctx, client)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user