| 238 | } |
| 239 | |
| 240 | static void record_external_output(const struct bitcoin_outpoint *out, |
| 241 | struct amount_sat amount, |
| 242 | u32 blockheight, |
| 243 | struct mvt_tags tags) |
| 244 | { |
| 245 | send_coin_mvt(take(new_coin_external_deposit(NULL, out, blockheight, |
| 246 | amount, tags))); |
| 247 | } |
| 248 | |
| 249 | static void record_external_deposit(const struct tracked_output *out, |
| 250 | u32 blockheight, |
no test coverage detected