mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
s/txes/txs/g
This commit is contained in:
parent
a5acd0c7b9
commit
23ba642d2c
@ -61,9 +61,9 @@ class TransactionListApi(Resource):
|
||||
args = parser.parse_args()
|
||||
|
||||
with current_app.config['bigchain_pool']() as bigchain:
|
||||
txes = bigchain.get_transactions_filtered(**args)
|
||||
txs = bigchain.get_transactions_filtered(**args)
|
||||
|
||||
return [tx.to_dict() for tx in txes]
|
||||
return [tx.to_dict() for tx in txs]
|
||||
|
||||
def post(self):
|
||||
"""API endpoint to push transactions to the Federation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user