added shh API to list of APIs available over RPC

This commit is contained in:
michaelr 2016-02-28 18:59:05 +02:00
parent 3d37ea77cd
commit d13ad30155
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class MainActivity extends ReactActivity {
// Launch!
new Thread(new Runnable() {
public void run() {
Geth.run("--bootnodes \"enode://dead745c1dbcde518b48e52aca1e8d5ba666005a2c8804e39826c6080fb11c1e8abe41d1e41896e871f204f790a90fa9781744cccecf492212192a7c56e7673b@rpc0.syng.io:40404\" --shh --ipcdisable --nodiscover --rpc --rpcapi \"db,eth,net,web3\" --fast --datadir=" + dataFolder);
Geth.run("--bootnodes \"enode://dead745c1dbcde518b48e52aca1e8d5ba666005a2c8804e39826c6080fb11c1e8abe41d1e41896e871f204f790a90fa9781744cccecf492212192a7c56e7673b@rpc0.syng.io:40404\" --shh --ipcdisable --nodiscover --rpc --rpcapi \"db,eth,net,web3,shh\" --fast --datadir=" + dataFolder);
}
}).start();
}