implement MIN_RELAY_TX_FEE
[electrum-nvc.git] / lib / wallet.py
index 2d88668..6564258 100644 (file)
@@ -912,6 +912,7 @@ class Wallet:
                 height = None
                 for h in ext_h:
                     if h == ['*']: continue
+                    print_error(h)
                     for item in h:
                         if item.get('tx_hash') == tx_hash:
                             height = item.get('height')