As part of the purchaseMembership() function, the addRegistrationTributeGovernance() function is called by the FSD network to update tribute when 7.5% is contributed towards governance. However, this function incorrectly calls _addTribute() (as is also done in addRegistrationTribute) instead of _addGovernanceTribute().
The impact of this is that governanceTributes never gets updated, rendering all of the tribute accounting logic incorrect.
Recommend using _addGovernanceTribute() instead of _addTribute on L140 of FSD.sol
fairside-core (FairSide) confirmed:
fairside-core (FairSide) commented:
