mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 11:54:30 -04:00
added recording system for usage cases of GXS ids
This commit is contained in:
parent
94d099f43b
commit
ef0850e65b
6 changed files with 54 additions and 30 deletions
|
@ -339,7 +339,7 @@ bool RsGxsIntegrityCheck::check()
|
|||
// Note: we could time_stamp even in the case where the id is not cached. Anyway, it's not really a problem here, since IDs have a high chance of
|
||||
// behing eventually stamped.
|
||||
|
||||
mGixs->timeStampKey(gxs_ids[n]) ;
|
||||
mGixs->timeStampKey(gxs_ids[n],"Used in service (Integrity check)") ;
|
||||
}
|
||||
|
||||
gxs_ids[n] = gxs_ids[gxs_ids.size()-1] ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue