1
0

Rename lnchan, lnchannel_verifier, lnbase

Auto-completions are a pain if files share a long prefix
This commit is contained in:
ThomasV
2019-02-09 10:29:33 +01:00
parent 8274a963e6
commit 3dce65dc73
12 changed files with 28 additions and 29 deletions

View File

@@ -21,7 +21,7 @@ from .lnaddr import lndecode
from .keystore import BIP32_KeyStore
if TYPE_CHECKING:
from .lnchan import Channel
from .lnchannel import Channel
HTLC_TIMEOUT_WEIGHT = 663
@@ -114,7 +114,7 @@ MAXIMUM_HTLC_MINIMUM_MSAT_ACCEPTED = 1000
MAXIMUM_REMOTE_TO_SELF_DELAY_ACCEPTED = 2016
class RevocationStore:
""" Taken from LND, see license in lnchan.py. """
""" Taken from LND, see license in lnchannel.py. """
START_INDEX = 2 ** 48 - 1