Fix typo in config.go (#295)

This commit is contained in:
Andrew
2019-05-10 15:18:58 +10:00
committed by Adrian Gallagher
parent ee28d18f18
commit de8916a0df

View File

@@ -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"