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

Function notify_chain_mvt

wallet/test/run-db.c:293–296  ·  view source on GitHub ↗

Generated stub for notify_chain_mvt */

Source from the content-addressed store, hash-verified

291{ fprintf(stderr, "new_peer called!\n"); abort(); }
292/* Generated stub for notify_chain_mvt */
293void notify_chain_mvt(struct lightningd *ld UNNEEDED,
294 const struct chain_coin_mvt *chain_mvt UNNEEDED,
295 u64 id UNNEEDED)
296{ fprintf(stderr, "notify_chain_mvt called!\n"); abort(); }
297/* Generated stub for notify_channel_mvt */
298void notify_channel_mvt(struct lightningd *ld UNNEEDED,
299 const struct channel_coin_mvt *chan_mvt UNNEEDED,

Callers 1

wallet_save_chain_mvtFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected