ledger: use software device if we have view key

This commit is contained in:
tobtoht 2021-06-04 15:02:06 +02:00
parent 1c8e598172
commit ce40c33a33
2 changed files with 13 additions and 6 deletions

View file

@ -181,11 +181,8 @@ namespace hw {
// To speed up blockchain parsing the view key maybe handle here.
crypto::secret_key viewkey;
bool has_view_key;
//extra debug
#ifdef DEBUG_HWDEVICE
device *controle_device;
#endif
public:
device_ledger();