| 247 | } |
| 248 | |
| 249 | static void record_external_deposit(const struct tracked_output *out, |
| 250 | u32 blockheight, |
| 251 | struct mvt_tags tags) |
| 252 | { |
| 253 | record_external_output(&out->outpoint, out->sat, blockheight, tags); |
| 254 | } |
| 255 | |
| 256 | static void record_mutual_close(const struct tx_parts *tx, |
| 257 | const u8 *remote_scriptpubkey, |
no test coverage detected