Skip to content

Commit

Permalink
Rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
masaun committed Feb 11, 2020
1 parent bce0239 commit c8e86c3
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 @@ -150,8 +150,8 @@ contract NewBancorPool is BnStorage, BnConstants, Managed {

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

// Step #2: Smart Relay Token Deployment(Using smartToken of "cDAIBNT")
smartToken.issue(msg.sender, amountOfSmartToken);
Expand Down

0 comments on commit c8e86c3

Please sign in to comment.