aboutsummaryrefslogtreecommitdiffstats
path: root/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'mobile')
-rw-r--r--mobile/geth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/geth.go b/mobile/geth.go
index 63ef06234..e3e2e905d 100644
--- a/mobile/geth.go
+++ b/mobile/geth.go
@@ -119,7 +119,7 @@ func NewNode(datadir string, config *NodeConfig) (stack *Node, _ error) {
// Create the empty networking stack
nodeConf := &node.Config{
Name: clientIdentifier,
- Version: params.Version,
+ Version: params.VersionWithMeta,
DataDir: datadir,
KeyStoreDir: filepath.Join(datadir, "keystore"), // Mobile should never use internal keystores!
P2P: p2p.Config{