MCPcopy Create free account
hub / github.com/ElementsProject/lightning / new_coin_channel_push

Function new_coin_channel_push

common/coin_mvt.c:586–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586struct channel_coin_mvt *new_coin_channel_push(const tal_t *ctx,
587 const struct channel *channel,
588 enum coin_mvt_dir direction,
589 struct amount_msat amount,
590 struct mvt_tags tags)
591{
592 return new_coin_channel_push_general(ctx, channel, NULL,
593 coinmvt_current_time(),
594 direction, amount, tags);
595}
596
597struct chain_coin_mvt *new_foreign_deposit(const tal_t *ctx,
598 const struct bitcoin_outpoint *outpoint,

Callers 1

channel_record_openFunction · 0.85

Calls 2

coinmvt_current_timeFunction · 0.85

Tested by

no test coverage detected