Skip to content

Commit

Permalink
Set NoUSB to true for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcewen committed Aug 16, 2020
1 parent 7a6fc13 commit 4d309c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobile/geth.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4d309c7

Please sign in to comment.