container: lib_fetch: remove bittrex

This commit is contained in:
2025-01-04 01:08:02 -08:00
parent 44560d7ec1
commit c7ba59cfa1

View File

@@ -69,7 +69,7 @@ function lib_fetch::__parse_args()
Support account(s): Support account(s):
account${global_arg_delim_2}<bittrex|coinbase|coinbase-wallet|coinomi|gemini|ledger|metamask|pera-wallet> account${global_arg_delim_2}<coinbase|coinbase-wallet|coinomi|gemini|ledger|metamask|pera-wallet>
Fetch year: Fetch year:
@@ -357,7 +357,6 @@ function lib_fetch::__fetch()
{ {
# Supported remote fetch accounts # Supported remote fetch accounts
local -r _supported_accounts=( local -r _supported_accounts=(
"bittrex"
"coinbase" "coinbase"
"coinbase-wallet" "coinbase-wallet"
"coinomi" "coinomi"
@@ -425,7 +424,7 @@ function lib_fetch::__fetch_account()
local _need_secret=false local _need_secret=false
case "$_account" in case "$_account" in
bittrex | coinbase | gemini) coinbase | gemini)
_need_key=true _need_key=true
_need_secret=true _need_secret=true
;; ;;