fix name of contract
This commit is contained in:
parent
b3c3ff5b70
commit
046b39d640
|
@ -4,7 +4,7 @@ import "../token/ERC20Token.sol";
|
||||||
import "../common/MessageSigned.sol";
|
import "../common/MessageSigned.sol";
|
||||||
|
|
||||||
|
|
||||||
contract GroupSuscription is MessageSigned {
|
contract GroupAccess is MessageSigned {
|
||||||
|
|
||||||
struct SuscriptionData {
|
struct SuscriptionData {
|
||||||
uint256 amount;
|
uint256 amount;
|
||||||
|
|
Loading…
Reference in New Issue