Skip to content

Commit

Permalink
PLAT-1254 add txids to valid parallelization params
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Ramirez committed Oct 9, 2024
1 parent 43acbeb commit 3380995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coinmetrics/_data_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ class ParallelDataCollection(DataCollection):
_VALID_PARALLELIZATION_PARAMS = {
'exchanges', 'assets', 'indexes', 'metrics', 'markets', 'institutions',
'defi_protocols', 'exchange_assets', 'pairs', 'txid', 'accounts',
'block_hashes', 'heights', 'sub_accounts'
'block_hashes', 'heights', 'sub_accounts', 'txids'
}
_ENDPOINT_FIRST_PARAM_DICT = {
'blockchain-metadata/tags': 'type',
Expand Down

0 comments on commit 3380995

Please sign in to comment.