diff --git a/mobile/geth.go b/mobile/geth.go index 325d4a757b..10219ff404 100644 --- a/mobile/geth.go +++ b/mobile/geth.go @@ -157,6 +157,7 @@ func NewNode(datadir string, config *NodeConfig) (stack *Node, _ error) { NAT: nat.Any(), MaxPeers: config.MaxPeers, }, + NoUSB: true } rawStack, err := node.New(nodeConf)