1
0

Replace wallet backup with channel backups

- channels can be backed up individually
 - backups are added to lnwatcher
 - AbstractChannel ancestor class
This commit is contained in:
ThomasV
2020-03-13 11:44:29 +01:00
parent e5b1596b69
commit 8f41aeb783
16 changed files with 705 additions and 216 deletions

View File

@@ -18,7 +18,7 @@ from .lnutil import (make_commitment_output_to_remote_address, make_commitment_o
from .transaction import (Transaction, TxOutput, construct_witness, PartialTransaction, PartialTxInput,
PartialTxOutput, TxOutpoint)
from .simple_config import SimpleConfig
from .logging import get_logger
from .logging import get_logger, Logger
if TYPE_CHECKING:
from .lnchannel import Channel