1
0

verifier: request proofs in batches

This commit is contained in:
SomberNight
2018-08-31 19:51:32 +02:00
parent c89020725b
commit 2187615c08
2 changed files with 24 additions and 26 deletions

View File

@@ -719,7 +719,6 @@ class Network(PrintError):
pass
async def get_merkle_for_transaction(self, tx_hash, tx_height):
print("getting merkle for transaction", tx_hash, tx_height)
return await self.interface.session.send_request('blockchain.transaction.get_merkle', [tx_hash, tx_height])
def broadcast_transaction(self, tx):