Skip to content

Commit

Permalink
Fixed KuCoin deprecated api v2 to resolve #1110.
Browse files Browse the repository at this point in the history
████ ███  To request new features or in case this commit breaks something for you,
████ ███  please, create a new github issue with all possible information for me,
▓███▀█▄   but never share your API Keys!
▒▓██ ███
░▒▓█ ███  Signed-off-by: Carles Tubio <ctubio@users.noreply.github.com>
 _______________________________
/ Hello, WORLD!                 \
|                               |
\ pssst.. 1 BTC = 30004.48 EUR. /
 -------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
  • Loading branch information
ctubio committed Jun 9, 2021
1 parent de1e413 commit 5103c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ K ?= K.sh
MAJOR = 0
MINOR = 6
PATCH = 1
BUILD = 36
BUILD = 37

OBLIGATORY = DISCLAIMER: This is strict non-violent software: \n$\
if you hurt other living creatures, please stop; \n$\
Expand Down
2 changes: 1 addition & 1 deletion src/bin/scaling-bot/scaling-bot.data.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! \file
//! \brief Welcome user! (just a scaling bot).
//! \brief Welcome user! (just a scaling bot to open/close positions while price decrements/increments).

namespace analpaper {
enum class QuoteState: unsigned int {
Expand Down

0 comments on commit 5103c3d

Please sign in to comment.