mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fix Flake8 error
This commit is contained in:
parent
7d419cb2e5
commit
7619a48c8c
@ -51,6 +51,7 @@ class Transaction(Transaction):
|
||||
validate_language_key(tx_body['asset'], 'data')
|
||||
validate_language_key(tx_body, 'metadata')
|
||||
|
||||
|
||||
class FastTransaction:
|
||||
"""A minimal wrapper around a transaction dictionary. This is useful for
|
||||
when validation is not required but a routine expects something that looks
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user