We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d96433 commit 3f7b197Copy full SHA for 3f7b197
safe_transaction_service/utils/serializers.py
@@ -40,7 +40,7 @@ def select_preimage_by_safe_version(
40
:param safe_message_preimage: Safe-encoded message hash.
41
:return: Hash to be used for signature validation.
42
"""
43
- if safe_version == "1.5.0":
+ if safe_version == "1.5.0" or safe_version == "1.5.0+L2":
44
return None
45
return safe_message_preimage
46
0 commit comments