fix ws send; attempt to fix missing contractsState in ws
This commit is contained in:
parent
e849fb26b3
commit
f0645ba48e
|
@ -1,5 +1,6 @@
|
|||
pragma solidity ^0.4.17;
|
||||
contract AnotherStorage {
|
||||
|
||||
address public simpleStorageAddress;
|
||||
address simpleStorageAddress2;
|
||||
|
||||
|
|
Loading…
Reference in New Issue