| 566 | replace = spend_anchor(tal_parent(*tx), channel, anch); |
| 567 | if (replace) { |
| 568 | struct bitcoin_txid txid; |
| 569 | |
| 570 | bitcoin_txid(replace, &txid); |
| 571 | log_info(channel->log, "RBF anchor %s commit tx spend %s: fee was %s now %s", |
no outgoing calls
no test coverage detected