()
| 137 | |
| 138 | // fetch device abilities |
| 139 | const fetchDeviceAbilities = () => device.fetchDeviceAbilities(); |
| 140 | await (quiet ? fetchDeviceAbilities() : progressFunctionWithMessage(fetchDeviceAbilities, 'Fetching device abilities')); |
| 141 | |
| 142 | // check if we neet to exchange public keys |
no test coverage detected