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

Function wallet_datastore_update

wallet/wallet.c:6340–6343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6338}
6339
6340void wallet_datastore_update(struct wallet *w, const char **key, const u8 *data)
6341{
6342 db_datastore_update(w->db, key, data);
6343}
6344
6345static void db_datastore_create(struct db *db, const char **key, const u8 *data)
6346{

Callers 1

json_datastoreFunction · 0.85

Calls 1

db_datastore_updateFunction · 0.70

Tested by

no test coverage detected