pyln-testing: add old_hsmsecret param to get_node.

This defaults to false for now: this breaks a lot of tests (since node ids change!)
once we switch to true.
This commit is contained in:
Sangbida Chaudhuri
2026-01-20 19:34:42 +10:30
committed by Rusty Russell
parent 6a9bdb8087
commit 02bfa4136f
3 changed files with 43 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ dependencies = [
"pytest-rerunfailures>=16.0.1",
"pyln-testing",
"pyln-proto",
"mnemonic>=0.21",
]
package-mode = false
[dependency-groups]