Skip to content

Commit ff20a98

Browse files
nuevoalexnuevoalex
authored andcommitted
supposed -> shady
1 parent 9f1dff7 commit ff20a98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/contracts/reporting/ReputationToken.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ contract ReputationToken is DelegationTarget, Extractable, ITyped, Initializable
122122

123123
function updateSiblingMigrationTotal(IReputationToken _token) public returns (bool) {
124124
require(_token != this);
125-
IUniverse _supposedUniverse = _token.getUniverse();
126-
require(_token == universe.getParentUniverse().getChildUniverse(_supposedUniverse.getParentPayoutDistributionHash()).getReputationToken());
125+
IUniverse _shadyUniverse = _token.getUniverse();
126+
require(_token == universe.getParentUniverse().getChildUniverse(_shadyUniverse.getParentPayoutDistributionHash()).getReputationToken());
127127
totalTheoreticalSupply += migratedToSibling[_token];
128128
migratedToSibling[_token] = _token.getTotalMigrated();
129129
totalTheoreticalSupply -= migratedToSibling[_token];

0 commit comments

Comments
 (0)