fix ws send; attempt to fix missing contractsState in ws

This commit is contained in:
Iuri Matias 2018-03-12 16:46:56 -04:00 committed by Pascal Precht
parent c393754c52
commit bf4758494e
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D

View File

@ -1,5 +1,6 @@
pragma solidity ^0.4.24; pragma solidity ^0.4.24;
contract AnotherStorage { contract AnotherStorage {
address public simpleStorageAddress; address public simpleStorageAddress;
address simpleStorageAddress2; address simpleStorageAddress2;
address ens; address ens;