mirror of https://github.com/embarklabs/embark.git
fix ws send; attempt to fix missing contractsState in ws
This commit is contained in:
parent
c393754c52
commit
bf4758494e
|
@ -1,5 +1,6 @@
|
|||
pragma solidity ^0.4.24;
|
||||
contract AnotherStorage {
|
||||
|
||||
address public simpleStorageAddress;
|
||||
address simpleStorageAddress2;
|
||||
address ens;
|
||||
|
|
Loading…
Reference in New Issue