Skip to content

Commit

Permalink
Cmcewen/new geth android (ethereum#31)
Browse files Browse the repository at this point in the history
* Re-expose ipc on mobile

* Build new android aar
  • Loading branch information
cmcewen authored Aug 30, 2018
1 parent e628df6 commit b58db41
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file added build/bin/geth.aar
Binary file not shown.
Binary file modified geth-sources.jar
Binary file not shown.
1 change: 1 addition & 0 deletions mobile/geth.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func NewNode(datadir string, config *NodeConfig) (stack *Node, _ error) {
Version: params.VersionWithMeta,
DataDir: datadir,
KeyStoreDir: filepath.Join(datadir, "keystore"), // Mobile should never use internal keystores!
IPCPath: "geth.ipc",
P2P: p2p.Config{
NoDiscovery: true,
DiscoveryV5: true,
Expand Down

0 comments on commit b58db41

Please sign in to comment.