start JSON-RPC

This commit is contained in:
Yaroslav Dmytrotsa 2015-07-06 11:30:49 +03:00
parent 83e2fda188
commit 386c94f4bb
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ public class RemoteMainActivity extends ActionBarActivity implements ActivityInt
EthereumApplication app = (EthereumApplication)getApplication();
app.ethereum.addListener(handlerIdentifier, EnumSet.allOf(EventFlag.class));
app.ethereum.connect(SystemProperties.CONFIG.activePeerIP(), SystemProperties.CONFIG.activePeerPort(), SystemProperties.CONFIG.activePeerNodeid());
app.ethereum.startJsonRpc();
}
@Override