| 540 | } |
| 541 | |
| 542 | bool chain_mvt_is_external(const struct chain_coin_mvt *mvt) |
| 543 | { |
| 544 | return mvt->account.alt_account && is_external_account(mvt->account.alt_account); |
| 545 | } |
| 546 | |
| 547 | struct chain_coin_mvt *new_coin_wallet_deposit(const tal_t *ctx, |
| 548 | const struct bitcoin_outpoint *outpoint, |
nothing calls this directly
no test coverage detected