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

Function notify_chain_mvt

wallet/test/run-wallet.c:503–504  ·  view source on GitHub ↗

Generated stub for notify_chain_mvt */

Source from the content-addressed store, hash-verified

501{ fprintf(stderr, "new_uncommitted_channel called!\n"); abort(); }
502/* Generated stub for notify_chain_mvt */
503void notify_chain_mvt(struct lightningd *ld UNNEEDED, const struct chain_coin_mvt *mvt UNNEEDED)
504{ fprintf(stderr, "notify_chain_mvt called!\n"); abort(); }
505/* Generated stub for notify_channel_mvt */
506void notify_channel_mvt(struct lightningd *ld UNNEEDED, const struct channel_coin_mvt *mvt UNNEEDED)
507{ fprintf(stderr, "notify_channel_mvt called!\n"); abort(); }

Callers 2

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected