mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
Fix typo in config.go (#295)
This commit is contained in:
@@ -43,7 +43,7 @@ const (
|
||||
// Constants here hold some messages
|
||||
const (
|
||||
ErrExchangeNameEmpty = "exchange #%d name is empty"
|
||||
ErrExchangeAvailablePairsEmpty = "exchange %s avaiable pairs is emtpy"
|
||||
ErrExchangeAvailablePairsEmpty = "exchange %s avaiable pairs is empty"
|
||||
ErrExchangeEnabledPairsEmpty = "exchange %s enabled pairs is empty"
|
||||
ErrExchangeBaseCurrenciesEmpty = "exchange %s base currencies is empty"
|
||||
ErrExchangeNotFound = "exchange %s not found"
|
||||
|
||||
Reference in New Issue
Block a user