From ae3caef11015f486a6b8046839265eb9464d1d7d Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Sat, 4 Jan 2025 00:41:44 -0800 Subject: [PATCH] container: lib_fetch: remove coinbase-pro --- container/src/finance/lib/internal/lib_fetch.bash | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/container/src/finance/lib/internal/lib_fetch.bash b/container/src/finance/lib/internal/lib_fetch.bash index cfe81fb..680b38c 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: @@ -359,7 +359,6 @@ function lib_fetch::__fetch() local -r _supported_accounts=( "bittrex" "coinbase" - "coinbase-pro" "coinbase-wallet" "coinomi" "gemini" @@ -430,11 +429,6 @@ function lib_fetch::__fetch_account() _need_key=true _need_secret=true ;; - coinbase-pro) - _need_key=true - _need_secret=true - _need_passphrase=true - ;; esac #