1
0

remove incorrect docstrings, attribute docstring sources where applicable

This commit is contained in:
Janus
2018-10-26 15:00:43 +02:00
committed by ThomasV
parent c0ae7b5534
commit 001bb4ca09
2 changed files with 13 additions and 29 deletions

View File

@@ -79,7 +79,7 @@ MIN_FINAL_CLTV_EXPIRY_FOR_INVOICE = MIN_FINAL_CLTV_EXPIRY_ACCEPTED + 1
class RevocationStore:
""" taken from lnd """
""" Taken from LND, see license in lnchan.py. """
START_INDEX = 2 ** 48 - 1