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

Function wire_sync_read

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

Generated stub for wire_sync_read */

Source from the content-addressed store, hash-verified

48{ fprintf(stderr, "towire_hsmd_get_output_scriptpubkey called!\n"); abort(); }
49/* Generated stub for wire_sync_read */
50u8 *wire_sync_read(const tal_t *ctx UNNEEDED, int fd UNNEEDED)
51{ fprintf(stderr, "wire_sync_read called!\n"); abort(); }
52/* Generated stub for wire_sync_write */
53bool wire_sync_write(int fd UNNEEDED, const void *msg TAKES UNNEEDED)
54{ fprintf(stderr, "wire_sync_write called!\n"); abort(); }

Callers 3

json_signpsbtFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected