make cln client recoverable after cln connection loss

This commit is contained in:
Jesse de Wit
2023-12-11 22:16:06 +01:00
parent 8585eff280
commit d8bee41243
5 changed files with 168 additions and 14 deletions

View File

@@ -226,4 +226,8 @@ var allTestCases = []*testCase{
isLsps2: true,
skipCreateLsp: true,
},
{
name: "testRestartLspNode",
test: testRestartLspNode,
},
}