MCPcopy Create free account
hub / github.com/ElementsProject/lightning / insufficient_err_msg

Function insufficient_err_msg

openingd/dualopend.c:668–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668static char *insufficient_err_msg(const tal_t *ctx,
669 char *error,
670 struct wally_psbt *psbt)
671{
672 return tal_fmt(tmpctx, "Insufficiently funded funding tx, %s. %s",
673 error, fmt_wally_psbt(tmpctx, psbt));
674}
675
676static char *check_balances(const tal_t *ctx,
677 struct state *state,

Callers 1

check_balancesFunction · 0.85

Calls 1

fmt_wally_psbtFunction · 0.85

Tested by

no test coverage detected