LN-Zap / zap-iOS

Zap Wallet - Native iOS lightning wallet focused on user experience and ease of use ⚡️
http://zaphq.io
MIT License
181 stars 47 forks source link

feature: auto-select the node if there is only one node connected #330

Open Free-FreeThinker opened 4 years ago

Free-FreeThinker commented 4 years ago

Is your feature request related to a problem? Please describe. Occasionally (I don't know why exactly), when I open Zap-iOS, it asks me to select a node to connect to. Since I have only one node available in the app, I'd expect Zap to auto connect to the node.

Describe the solution you'd like Auto connect to the node if there is only one node available.

i.e., in SetupCoordinator, if walletConfigurationStore has only one item, instead of showing walletListViewController, we select that wallet directly for the user.