mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Upgrade py-abci
This commit is contained in:
parent
1e104ad2c4
commit
228bd83ae7
@ -62,8 +62,12 @@ class App(BaseApplication):
|
|||||||
logger.debug('check_tx: INVALID')
|
logger.debug('check_tx: INVALID')
|
||||||
return Result.error()
|
return Result.error()
|
||||||
|
|
||||||
def begin_block(self, block_hash, header):
|
def begin_block(self, req_begin_block):
|
||||||
"""Initialize list of transaction."""
|
"""Initialize list of transaction.
|
||||||
|
Args:
|
||||||
|
req_begin_block: block object which contains block header
|
||||||
|
and block hash.
|
||||||
|
"""
|
||||||
|
|
||||||
self.block_txn_ids = []
|
self.block_txn_ids = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user