follow-up prev commit

This commit is contained in:
ThomasV 2018-04-21 14:46:14 +02:00 committed by Janus
parent 52b94035d9
commit eb6be6d77d

View File

@ -798,7 +798,7 @@ class Peer(PrintError):
# wait until we see confirmations
def on_network_update(event, *args):
if event == 'updated':
conf = wallet.get_tx_height(bh2u(funding_txid[::-1]))[1]
conf = wallet.get_tx_height(funding_txid)[1]
if conf >= funding_txn_minimum_depth:
async def set_local_funding_locked_result():
try: