ledger: use software device if we have view key

This commit is contained in:
tobtoht
2021-06-04 15:02:06 +02:00
committed by selsta
parent d188b5f51f
commit 49beb8da17
2 changed files with 13 additions and 6 deletions
+1 -4
View File
@@ -192,11 +192,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();