fix block_header_13 (#571)

This commit is contained in:
ghost43 2018-08-13 17:01:31 +02:00 committed by Neil
parent 00815442a9
commit ea627db837

View File

@ -938,7 +938,7 @@ class ElectrumX(SessionBase):
'''Return a raw block header as a hexadecimal string.
height: the header's height'''
return self.block_header(height)
return await self.block_header(height)
async def block_headers(self, start_height, count, cp_height=0):
'''Return count concatenated block headers as hex for the main chain;