forked from EvergreenCrypto/docker-finance
container: lib_fetch: remove coinbase-pro
This commit is contained in:
@@ -69,7 +69,7 @@ function lib_fetch::__parse_args()
|
|||||||
|
|
||||||
Support account(s):
|
Support account(s):
|
||||||
|
|
||||||
account${global_arg_delim_2}<bittrex|coinbase|coinbase-pro|coinbase-wallet|coinomi|gemini|ledger|metamask|pera-wallet>
|
account${global_arg_delim_2}<bittrex|coinbase|coinbase-wallet|coinomi|gemini|ledger|metamask|pera-wallet>
|
||||||
|
|
||||||
Fetch year:
|
Fetch year:
|
||||||
|
|
||||||
@@ -359,7 +359,6 @@ function lib_fetch::__fetch()
|
|||||||
local -r _supported_accounts=(
|
local -r _supported_accounts=(
|
||||||
"bittrex"
|
"bittrex"
|
||||||
"coinbase"
|
"coinbase"
|
||||||
"coinbase-pro"
|
|
||||||
"coinbase-wallet"
|
"coinbase-wallet"
|
||||||
"coinomi"
|
"coinomi"
|
||||||
"gemini"
|
"gemini"
|
||||||
@@ -430,11 +429,6 @@ function lib_fetch::__fetch_account()
|
|||||||
_need_key=true
|
_need_key=true
|
||||||
_need_secret=true
|
_need_secret=true
|
||||||
;;
|
;;
|
||||||
coinbase-pro)
|
|
||||||
_need_key=true
|
|
||||||
_need_secret=true
|
|
||||||
_need_passphrase=true
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user