mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 18:57:06 +01:00
Update walletrpc.c
This commit is contained in:
parent
9423896092
commit
992d395b42
1 changed files with 1 additions and 1 deletions
|
@ -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_num(response, "output", utxos[i]->outnum);
|
||||||
json_add_u64(response, "value", utxos[i]->amount);
|
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) {
|
if (utxos[i]->close_info == NULL) {
|
||||||
bip32_pubkey(cmd->ld->wallet->bip32_base, &funding_pubkey,
|
bip32_pubkey(cmd->ld->wallet->bip32_base, &funding_pubkey,
|
||||||
utxos[i]->keyindex);
|
utxos[i]->keyindex);
|
||||||
|
|
Loading…
Add table
Reference in a new issue