Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ wire_sync_read
Function
wire_sync_read
wallet/test/run-wallet.c:815–818 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
813
return true;
814
}
815
u8 *wire_sync_read(const tal_t *ctx UNNEEDED, int fd UNNEEDED)
816
{
817
return NULL;
818
}
819
void plugin_hook_db_sync(struct db *db UNNEEDED)
820
{
821
}
Callers
4
json_signpsbt
Function · 0.50
json_signmessagewithkey
Function · 0.50
fillin_missing_scriptpubkeys
Function · 0.50
fillin_missing_local_basepoints
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected