From 49c6459148502df5be6f62574bd0ca52524c9259 Mon Sep 17 00:00:00 2001 From: Dustin Dettmer Date: Wed, 22 Jun 2022 17:55:51 -0500 Subject: [PATCH] Update hsm error formatting. Changelog-None --- hsmd/hsmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hsmd/hsmd.c b/hsmd/hsmd.c index 4ea0805c8..0c354a7ed 100644 --- a/hsmd/hsmd.c +++ b/hsmd/hsmd.c @@ -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