BlockchainCommons / GordianWallet-iOS

iOS wallet linked by Torgap to your own full-node server
Other
47 stars 14 forks source link

QR scan crash. #7

Closed brett-doffing closed 4 years ago

brett-doffing commented 4 years ago

if let hostCheck = URLComponents(string: url)?.host in QuickConnect continues successfully when no host exists in the URI, but other values do. Line 35 if arr[0].count == 56 then causes a crash since index 0 is out of range for an empty array.

Fonta1n3 commented 4 years ago

This was fixed in https://github.com/BlockchainCommons/FullyNoded-2/pull/11