Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/v0.4/ERC677Token.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "./token/ERC677Receiver.sol";
contract ERC677Token is ERC677 {

/**
* @dev transfer token to a contract address with additional data if the recipient is a contact.
* @dev transfer token to a contract address with additional data if the recipient is a contract.
* @param _to The address to transfer to.
* @param _value The amount to be transferred.
* @param _data The extra data to be passed to the receiving contract.
Expand Down