mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-01 07:26:48 +00:00
Merge branch 'master' into engine
This commit is contained in:
@@ -929,7 +929,6 @@ func (s *RPCServer) EnableExchangePair(ctx context.Context, r *gctrpc.ExchangePa
|
||||
err = GetExchangeByName(r.Exchange).GetBase().CurrencyPairs.EnablePair(
|
||||
asset.Item(r.AssetType), p)
|
||||
return &gctrpc.GenericExchangeNameResponse{}, err
|
||||
|
||||
}
|
||||
|
||||
// DisableExchangePair disables the specified pair on an exchange
|
||||
|
||||
Reference in New Issue
Block a user