diff --git a/container/src/finance/lib/internal/lib_fetch.bash b/container/src/finance/lib/internal/lib_fetch.bash index d0ed4f7..cfe81fb 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: @@ -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 ;;