From eb6be6d77d26cc7dc9c9fbcb1980ccdd59ca35be Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 21 Apr 2018 14:46:14 +0200 Subject: [PATCH] follow-up prev commit --- lib/lnbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lnbase.py b/lib/lnbase.py index 0f710d9e..40f0af08 100644 --- a/lib/lnbase.py +++ b/lib/lnbase.py @@ -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: