Skip to content

Commit

Permalink
feat: show error when use wrong API key (chrisleekr#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleekr authored Nov 30, 2022
1 parent 29944c1 commit 577229d
Show file tree
Hide file tree
Showing 8 changed files with 1,393 additions and 62 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [Unreleased]

- Added API error message when using the wrong API key/secret - [#544](https://github.com/chrisleekr/binance-trading-bot/pull/544)

## [0.0.94] - 2022-11-24

- Added advanced chart link to Tradingview section by [@rando128](https://github.com/rando128) - [#525](https://github.com/chrisleekr/binance-trading-bot/pull/525)
Expand Down
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ module.exports = grunt => {
'./public/dist/js/LockIcon.min.js',
'./public/dist/js/UnlockIcon.min.js',
'./public/dist/js/Header.min.js',
'./public/dist/js/APIError.min.js',
'./public/dist/js/LockScreen.min.js',
'./public/dist/js/AppSorting.min.js',
'./public/dist/js/AppLoading.min.js',
Expand Down
Loading

0 comments on commit 577229d

Please sign in to comment.