mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-22 01:39:32 +00:00
start JSON-RPC
This commit is contained in:
parent
83e2fda188
commit
386c94f4bb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user