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

Function wire_sync_write

wallet/test/run-wallet.c:811–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

809 return NULL;
810}
811bool wire_sync_write(int fd UNNEEDED, const void *msg TAKES UNNEEDED)
812{
813 return true;
814}
815u8 *wire_sync_read(const tal_t *ctx UNNEEDED, int fd UNNEEDED)
816{
817 return NULL;

Callers 4

json_signpsbtFunction · 0.50
json_signmessagewithkeyFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected