mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fixed two flake8 errors
This commit is contained in:
parent
54f0d85cda
commit
d577bf8a51
@ -14,5 +14,6 @@ def generate_key_pair():
|
||||
private_key, public_key = crypto.ed25519_generate_key_pair()
|
||||
return private_key.decode(), public_key.decode()
|
||||
|
||||
|
||||
SigningKey = crypto.Ed25519SigningKey
|
||||
VerifyingKey = crypto.Ed25519VerifyingKey
|
||||
|
@ -111,6 +111,7 @@ class TransactionListApi(Resource):
|
||||
|
||||
return tx
|
||||
|
||||
|
||||
transaction_api.add_resource(TransactionApi,
|
||||
'/transactions/<string:tx_id>',
|
||||
strict_slashes=False)
|
||||
|
Loading…
x
Reference in New Issue
Block a user