Skip to content

Commit

Permalink
Added note regarding failed AML refund.
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Nov 6, 2017
1 parent fe22c8b commit 87726e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/AMLToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ contract AMLToken is BurnableCrowdsaleToken {
}

/// @dev Here the owner can reclaim the tokens from a participant if
/// the token is not released yet
/// the token is not released yet. Refund will be handled offband.
/// @param fromWhom address of the participant whose tokens we want to claim
function transferToOwner(address fromWhom) onlyOwner {
if (released) revert();
Expand Down
1 change: 0 additions & 1 deletion ico/tests/contracts/test_kyccrowdsale.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def test_kyc_participate_with_signed_address(chain, kyc_crowdsale, customer, cus
assert kyc_crowdsale.call().isPricingSane()
assert kyc_crowdsale.call().beneficiary() == team_multisig
assert kyc_token.call().transferAgents(team_multisig) == True
assert kyc_crowdsale.call().getState() == CrowdsaleState.Funding

# Do a test buy for 1 ETH and check it is good token wise
wei_value = to_wei(1, "ether")
Expand Down
2 changes: 1 addition & 1 deletion zeppelin

0 comments on commit 87726e4

Please sign in to comment.