mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
channeld: rephrase depth_togo line in billboard_update
This commit is contained in:
committed by
Christian Decker
parent
8c1bbf33e5
commit
54a67c2444
@@ -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.";
|
||||
|
||||
Reference in New Issue
Block a user