| 2142 | }; |
| 2143 | |
| 2144 | static void retry_deferred_commitsig(struct chain_topology *topo, |
| 2145 | struct deferred_commitsig *d) |
| 2146 | { |
| 2147 | peer_got_commitsig(d->channel, d->msg); |
| 2148 | tal_free(d); |
| 2149 | } |
| 2150 | |
| 2151 | /* This also implies we're sending revocation */ |
| 2152 | void peer_got_commitsig(struct channel *channel, const u8 *msg) |
nothing calls this directly
no test coverage detected