Update hsm error formatting.

Changelog-None
This commit is contained in:
Dustin Dettmer 2022-06-22 17:55:51 -05:00 committed by Rusty Russell
parent 0b7897302e
commit 49c6459148
1 changed files with 1 additions and 1 deletions

View File

@ -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