From 992d395b429b7d6ba98a3ad1f72faacb2a1f22a2 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 3 Apr 2018 14:08:00 +0200 Subject: [PATCH] Update walletrpc.c --- wallet/walletrpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/walletrpc.c b/wallet/walletrpc.c index 4a429d44d..812f80c08 100644 --- a/wallet/walletrpc.c +++ b/wallet/walletrpc.c @@ -380,7 +380,7 @@ static void json_listfunds(struct command *cmd, const char *buffer UNUSED, json_add_num(response, "output", utxos[i]->outnum); json_add_u64(response, "value", utxos[i]->amount); - // @closed_info is for outputs that are not yet claimable + /* @close_info is for outputs that are not yet claimable */ if (utxos[i]->close_info == NULL) { bip32_pubkey(cmd->ld->wallet->bip32_base, &funding_pubkey, utxos[i]->keyindex);