1
0

lnutil: missing import

This commit is contained in:
SomberNight
2018-10-04 16:22:15 +02:00
committed by ThomasV
parent c5b7deac6b
commit fb8deecb57

View File

@@ -13,6 +13,7 @@ from .transaction import opcodes, TxOutput
from .bitcoin import push_script
from . import segwit_addr
from .i18n import _
from .lnaddr import lndecode
HTLC_TIMEOUT_WEIGHT = 663
HTLC_SUCCESS_WEIGHT = 703