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

Function bip32_pubkey

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

AUTOGENERATED MOCKS START */ Generated stub for bip32_pubkey */

Source from the content-addressed store, hash-verified

26/* AUTOGENERATED MOCKS START */
27/* Generated stub for bip32_pubkey */
28void bip32_pubkey(struct lightningd *ld UNNEEDED, struct pubkey *pubkey UNNEEDED, u32 index UNNEEDED)
29{ fprintf(stderr, "bip32_pubkey called!\n"); abort(); }
30/* Generated stub for bip86_pubkey */
31void bip86_pubkey(struct lightningd *ld UNNEEDED, struct pubkey *pubkey UNNEEDED, u32 index UNNEEDED)
32{ fprintf(stderr, "bip86_pubkey called!\n"); abort(); }

Callers 9

newaddr_innerFunction · 0.50
json_listaddressesFunction · 0.50
json_listaddrsFunction · 0.50
json_add_utxoFunction · 0.50
json_signmessagewithkeyFunction · 0.50
psbt_using_utxosFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected