Moved EIP712 filtering argument switch from P1 to P2, more in line with other EIP712 APDUs
This commit is contained in:
@@ -41,7 +41,7 @@ class EthereumClient:
|
||||
def _recv(self) -> RAPDU:
|
||||
return self._client._last_async_response
|
||||
|
||||
def _click_signal_timeout(self, signum: int, frame):
|
||||
def _click_signal_timeout(self, _signum: int, _frame):
|
||||
self._client.right_click()
|
||||
|
||||
def _enable_click_until_response(self):
|
||||
|
||||
Reference in New Issue
Block a user