From 32cce57b6850994e1272e4695761fbf46b9bc1f3 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 12 Mar 2018 16:46:56 -0400 Subject: [PATCH] fix ws send; attempt to fix missing contractsState in ws --- test_apps/contracts_app/contracts/another_storage.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/test_apps/contracts_app/contracts/another_storage.sol b/test_apps/contracts_app/contracts/another_storage.sol index 92233769..a8c1c873 100644 --- a/test_apps/contracts_app/contracts/another_storage.sol +++ b/test_apps/contracts_app/contracts/another_storage.sol @@ -1,5 +1,6 @@ pragma solidity ^0.4.17; contract AnotherStorage { + address public simpleStorageAddress; address simpleStorageAddress2;