container: lib_fetch: remove celsius

This commit is contained in:
2025-01-04 00:34:11 -08:00
parent a17812672b
commit d8a1b4cff1

View File

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