mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-20 13:34:26 +01:00
Update hsm error formatting.
Changelog-None
This commit is contained in:
committed by
Rusty Russell
parent
0b7897302e
commit
49c6459148
@@ -122,7 +122,7 @@ static struct io_plan *bad_req_fmt(struct io_conn *conn,
|
||||
char *str;
|
||||
|
||||
va_start(ap, fmt);
|
||||
str = tal_fmt(tmpctx, fmt, ap);
|
||||
str = tal_vfmt(tmpctx, fmt, ap);
|
||||
va_end(ap);
|
||||
|
||||
/*~ If the client was actually lightningd, it's Game Over; we actually
|
||||
|
||||
Reference in New Issue
Block a user