Update event testing and reformat icco.js (#50)
* Update Event testing and reformat icco.js Co-authored-by: Drew <dsterioti@users.noreply.github.com>
This commit is contained in:
parent
2b3a3ae5ea
commit
c02bb7f74f
|
@ -510,7 +510,9 @@ contract Contributor is ContributorGovernance, ContributorEvents, ReentrancyGuar
|
|||
|
||||
address tokenAddress = address(uint160(uint256(tokenAddressBytes)));
|
||||
|
||||
/// grab the amount to refund the user
|
||||
uint256 thisRefundContribution = getSaleContribution(saleId, tokenIndex, msg.sender);
|
||||
|
||||
/// refund tokens
|
||||
SafeERC20.safeTransfer(
|
||||
IERC20(tokenAddress),
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue