channeld: rephrase depth_togo line in billboard_update

This commit is contained in:
Simon Vrouwe
2019-05-03 09:40:34 +03:00
committed by Christian Decker
parent 8c1bbf33e5
commit 54a67c2444

View File

@@ -177,7 +177,7 @@ static void billboard_update(const struct peer *peer)
funding_status = "Funding transaction locked.";
else if (!peer->funding_locked[LOCAL] && !peer->funding_locked[REMOTE])
funding_status = tal_fmt(tmpctx,
"Funding needs %d confirmations to reach lockin.",
"Funding needs %d more confirmations for lockin.",
peer->depth_togo);
else if (peer->funding_locked[LOCAL] && !peer->funding_locked[REMOTE])
funding_status = "We've confirmed funding, they haven't yet.";