mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-08 22:52:54 -04:00
changed RsGenExchange strategy to use a threshold on reputation when validating posts
This commit is contained in:
parent
e60ac99994
commit
b009c1135f
5 changed files with 75 additions and 60 deletions
|
@ -151,6 +151,7 @@ uint32_t RsGxsReputationSetItem::serial_size() const
|
|||
s += mGxsId.serial_size() ;
|
||||
s += 4 ; // mOwnOpinion
|
||||
s += 4 ; // mOwnOpinionTS
|
||||
s += 4 ; // mIdentityFlags
|
||||
|
||||
s += 4 ; // mOpinions.size()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue