unconfirmed utxo from internal wallet

This commit is contained in:
Jesse de Wit
2023-03-06 09:47:21 +01:00
parent 058dc9e1d3
commit 5023ee494e
3 changed files with 8 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ func newLspd(h *lntest.TestHarness, name string, nodeConfig *config.NodeConfig,
}
}
log.Printf("%+v", conf)
log.Printf("%s: node config: %+v", name, conf)
confJson, _ := json.Marshal(conf)
nodes := fmt.Sprintf(`NODES='[%s]'`, string(confJson))
env := []string{