fix name of contract

This commit is contained in:
Ricardo Guilherme Schmidt 2018-12-11 04:01:31 -02:00
parent b3c3ff5b70
commit 046b39d640
No known key found for this signature in database
GPG Key ID: 3F95A3AD0B607030
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import "../token/ERC20Token.sol";
import "../common/MessageSigned.sol";
contract GroupSuscription is MessageSigned {
contract GroupAccess is MessageSigned {
struct SuscriptionData {
uint256 amount;