We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cea36 commit 38a652dCopy full SHA for 38a652d
test/ln_test.py
@@ -30,7 +30,7 @@ def get_cb_forwards(index):
30
base.warcli("scenarios run ln_init")
31
base.wait_for_all_scenarios()
32
33
-node2pub, node2host = json.loads(base.warcli(f"lncli 2 getinfo"))["uris"][0].split("@")
+node2pub, node2host = json.loads(base.warcli("lncli 2 getinfo"))["uris"][0].split("@")
34
35
print("\nEnsuring node-level channel policy settings")
36
chan_id = json.loads(base.warcli("lncli 2 listchannels"))["channels"][0]["chan_id"]
0 commit comments