From c7ba59cfa16d526ce7ea4e0797fe71c885ba782a Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Sat, 4 Jan 2025 01:08:02 -0800 Subject: [PATCH] container: lib_fetch: remove bittrex --- container/src/finance/lib/internal/lib_fetch.bash | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/container/src/finance/lib/internal/lib_fetch.bash b/container/src/finance/lib/internal/lib_fetch.bash index 680b38c..901c13a 100644 --- a/container/src/finance/lib/internal/lib_fetch.bash +++ b/container/src/finance/lib/internal/lib_fetch.bash @@ -69,7 +69,7 @@ function lib_fetch::__parse_args() Support account(s): - account${global_arg_delim_2} + account${global_arg_delim_2} Fetch year: @@ -357,7 +357,6 @@ function lib_fetch::__fetch() { # Supported remote fetch accounts local -r _supported_accounts=( - "bittrex" "coinbase" "coinbase-wallet" "coinomi" @@ -425,7 +424,7 @@ function lib_fetch::__fetch_account() local _need_secret=false case "$_account" in - bittrex | coinbase | gemini) + coinbase | gemini) _need_key=true _need_secret=true ;;