mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-12 09:44:13 +00:00
removed quotes from geth instantiation
Former-commit-id: ea83bab74aedfb337c114d4f16221d532d01e2b4
This commit is contained in:
parent
fe21a4f25f
commit
3304099be6
@ -40,7 +40,7 @@ public class MainActivity extends ReactActivity {
|
|||||||
// Launch!
|
// Launch!
|
||||||
new Thread(new Runnable() {
|
new Thread(new Runnable() {
|
||||||
public void run() {
|
public void run() {
|
||||||
Geth.run("--bootnodes \"enode://e2f28126720452aa82f7d3083e49e6b3945502cb94d9750a15e27ee310eed6991618199f878e5fbc7dfa0e20f0af9554b41f491dc8f1dbae8f0f2d37a3a613aa@139.162.13.89:30303\" --shh --ipcdisable --nodiscover --rpc --rpcapi \"db,eth,net,web3,shh\" --fast --datadir=" + dataFolder);
|
Geth.run("--bootnodes enode://e2f28126720452aa82f7d3083e49e6b3945502cb94d9750a15e27ee310eed6991618199f878e5fbc7dfa0e20f0af9554b41f491dc8f1dbae8f0f2d37a3a613aa@139.162.13.89:30303 --shh --ipcdisable --nodiscover --rpc --rpcapi db,eth,net,web3,shh --fast --datadir=" + dataFolder);
|
||||||
}
|
}
|
||||||
}).start();
|
}).start();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user