mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-18 03:19:30 -04:00
added anon ids to offline vetting
This commit is contained in:
parent
57f4463864
commit
981f81deae
13 changed files with 138 additions and 46 deletions
|
@ -66,6 +66,7 @@ public:
|
|||
std::cerr << "!!!!!! Received Data status from global router, but the client service is not handling it !!!!!!!!!!" << std::endl ;
|
||||
std::cerr << " message ID = " << received_id << std::endl;
|
||||
std::cerr << " data status = " << data_status << std::endl;
|
||||
std::cerr << " signer ID = " << signer_id << std::endl;
|
||||
}
|
||||
|
||||
// This function is mandatory. It should do two things:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue