Skip to content

Commit

Permalink
userData -> data
Browse files Browse the repository at this point in the history
better fit to current ERC777 spec
  • Loading branch information
ssteiger authored and 0xjac committed Apr 4, 2019
1 parent b3ca169 commit c0ea56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/ERC777TokensSender.sol
Expand Up @@ -15,7 +15,7 @@ interface ERC777TokensSender {
address from,
address to,
uint amount,
bytes calldata userData,
bytes calldata data,
bytes calldata operatorData
) external;
}

0 comments on commit c0ea56a

Please sign in to comment.