Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ wallet_datastore_remove
Function
wallet_datastore_remove
wallet/wallet.c:6398–6401 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6396
}
6397
6398
void wallet_datastore_remove(struct wallet *w, const char **key)
6399
{
6400
db_datastore_remove(w->db, key);
6401
}
6402
6403
u8 *wallet_datastore_get(const tal_t *ctx,
6404
struct wallet *w,
Callers
1
json_deldatastore
Function · 0.85
Calls
1
db_datastore_remove
Function · 0.85
Tested by
no test coverage detected