From b162a0e5e2ef95e0e6f48f23ae73325bbf1b77c9 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 12 Mar 2020 10:28:01 +1030 Subject: [PATCH] tests: note the private keys of our test nodes. I needed them to debug the onion messages API, so might as well record them somewhere. Signed-off-by: Rusty Russell --- tests/test_misc.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/test_misc.py b/tests/test_misc.py index 1e03ae0e9..e82935ff0 100644 --- a/tests/test_misc.py +++ b/tests/test_misc.py @@ -51,6 +51,11 @@ def test_stop_pending_fundchannel(node_factory, executor): def test_names(node_factory): + # Note: + # private keys: + # l1: 41bfd2660762506c9933ade59f1debf7e6495b10c14a92dbcd2d623da2507d3d01, + # l2: c4a813f81ffdca1da6864db81795ad2d320add274452cafa1fb2ac2d07d062bd01 + # l3: dae24b3853e1443a176daba5544ee04f7db33ebe38e70bdfdb1da34e89512c1001 configs = [ ('0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518', 'JUNIORBEAM', '0266e4'), ('022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59', 'SILENTARTIST', '022d22'),