diff --git a/wallet/walletrpc.c b/wallet/walletrpc.c index c8a2a8ae7..8a9cbba95 100644 --- a/wallet/walletrpc.c +++ b/wallet/walletrpc.c @@ -68,7 +68,7 @@ static void wallet_withdrawal_broadcast(struct bitcoind *bitcoind UNUSED, was_pending(command_success(cmd, response)); } else { was_pending(command_fail(cmd, LIGHTNINGD, - "Error broadcasting transaction: %s", + "Error broadcasting transaction: %s. Unsent tx discarded", output)); } }