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 4aad18f commit f3753abCopy full SHA for f3753ab
client/src/ledger_app_clients/ethereum/tx_auth_7702.py
@@ -29,9 +29,9 @@ def __init__(self,
29
self.delegate = delegate
30
self.nonce = nonce
31
if chain_id is None:
32
- self.chain_id = 0
+ self.chain_id = 0
33
else:
34
- self.chain_id = chain_id
+ self.chain_id = chain_id
35
36
def serialize(self) -> bytes:
37
payload: bytes = self.serialize_field(FieldTag.STRUCT_VERSION, 1)
0 commit comments