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

Function update_rune_usage_time

lightningd/runes.c:908–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906}
907
908static void update_rune_usage_time(struct runes *runes,
909 struct rune *rune, struct timeabs now)
910{
911 /* FIXME: we could batch DB access if this is too slow */
912 wallet_rune_update_last_used(runes->ld->wallet, rune, now);
913}
914
915static struct command_result *json_checkrune(struct command *cmd,
916 const char *buffer,

Callers 1

json_checkruneFunction · 0.85

Calls 1

Tested by

no test coverage detected