backup: Implement network backup

This commit is contained in:
Wladimir J. van der Laan
2020-12-30 21:58:39 +01:00
committed by Christian Decker
parent 4f4e30bb49
commit 804a9bb290
10 changed files with 838 additions and 388 deletions

View File

@@ -1,4 +1,4 @@
from backup import FileBackend
from filebackend import FileBackend
from flaky import flaky
from pyln.testing.fixtures import * # noqa: F401,F403
from pyln.testing.utils import sync_blockheight