Skip to content

Commit

Permalink
Rename variable 2
Browse files Browse the repository at this point in the history
  • Loading branch information
masaun committed Feb 11, 2020
1 parent c8e86c3 commit 86d4866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/NewBancorPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ contract NewBancorPool is BnStorage, BnConstants, Managed {
contractRegistry.registerAddress(BNT_TOKEN, BNTtokenAddr); // BNT Token
contractRegistry.registerAddress(CTOKEN, cDAItokenAddr); // cToken (cDAI)

address token1;
address token2;
address registryedToken1;
address registryedToken2;
registryedToken1 = contractRegistry.addressOf(BNT_TOKEN);
registryedToken2 = contractRegistry.addressOf(CTOKEN);

Expand Down

0 comments on commit 86d4866

Please sign in to comment.