| 246 | } |
| 247 | |
| 248 | static void record_external_output(const struct bitcoin_outpoint *out, |
| 249 | struct amount_sat amount, |
| 250 | u32 blockheight, |
| 251 | enum mvt_tag tag) |
| 252 | { |
| 253 | send_coin_mvt(take(new_coin_external_deposit(NULL, out, blockheight, |
| 254 | amount, tag))); |
| 255 | } |
| 256 | |
| 257 | static void record_external_deposit(const struct tracked_output *out, |
| 258 | u32 blockheight, |
no test coverage detected