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):
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:
@@ -358,7 +358,6 @@ function lib_fetch::__fetch()
# Supported remote fetch accounts
local -r _supported_accounts=(
"bittrex"
"celsius"
"coinbase"
"coinbase-pro"
"coinbase-wallet"
@@ -427,7 +426,7 @@ function lib_fetch::__fetch_account()
local _need_secret=false
case "$_account" in
bittrex | celsius | coinbase | gemini)
bittrex | coinbase | gemini)
_need_key=true
_need_secret=true
;;