We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a7a5b commit 08ee8eeCopy full SHA for 08ee8ee
tests/ragger/test_eip712.py
@@ -1024,12 +1024,12 @@ def test_eip712_calldata_no_param(scenario_navigator: NavigateWithScenario):
1024
eip712_calldata_common(scenario_navigator, "safe_calldata_no_param", gcs_handler_no_param)
1025
1026
1027
-def test_eip712_payload(scenario_navigator: NavigateWithScenario):
+def test_eip712_gondi(scenario_navigator: NavigateWithScenario):
1028
"""Test a basic EIP712 payload signature"""
1029
1030
# Enable blind signing for EIP712
1031
settings_toggle(scenario_navigator.backend.device, scenario_navigator.navigator, [SettingID.BLIND_SIGNING])
1032
-
+
1033
# Define a simple EIP712 payload
1034
data = {
1035
"types": {
0 commit comments