| 58 | json_add_tx(result, "tx", cc->channel->last_tx); |
| 59 | if (!invalid_last_tx(cc->channel->last_tx)) { |
| 60 | struct bitcoin_txid txid; |
| 61 | bitcoin_txid(cc->channel->last_tx, &txid); |
| 62 | json_add_txid(result, "txid", &txid); |
| 63 | } |
no outgoing calls
no test coverage detected