Skip to content

Commit 313642b

Browse files
committed
Set NoUSB to true for mobile
1 parent 7a6fc13 commit 313642b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mobile/geth.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ func NewNode(datadir string, config *NodeConfig) (stack *Node, _ error) {
157157
NAT: nat.Any(),
158158
MaxPeers: config.MaxPeers,
159159
},
160+
NoUSB: true,
160161
}
161162

162163
rawStack, err := node.New(nodeConf)

0 commit comments

Comments
 (0)