Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Jan 25, 2023
1 parent 86ace24 commit b0ef2e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
10 changes: 0 additions & 10 deletions tests/python/apps/solana.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

from ragger.backend.interface import BackendInterface, RAPDU

from ..utils import validate_displayed_message


class INS(IntEnum):
# DEPRECATED - Use non "16" suffixed variants below
Expand Down Expand Up @@ -125,14 +123,6 @@ def send_async_sign_message(self,
yield


def validate_sign_message(self):
validate_displayed_message(self._client, 3)


def refuse_to_sign_message(self):
validate_displayed_message(self._client, 3 + 1)


def get_async_response(self) -> RAPDU:
return self._client.last_async_response

Expand Down
3 changes: 2 additions & 1 deletion tests/python/apps/solana_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import base58

from ..utils import create_currency_config, pack_derivation_path
from ragger.utils import create_currency_config
from ragger.bip import pack_derivation_path

### Some utilities functions for amounts conversions ###

Expand Down

0 comments on commit b0ef2e2

Please sign in to comment.