Skip to content

Commit f3753ab

Browse files
committed
Fix lint
1 parent 4aad18f commit f3753ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/ledger_app_clients/ethereum/tx_auth_7702.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ def __init__(self,
2929
self.delegate = delegate
3030
self.nonce = nonce
3131
if chain_id is None:
32-
self.chain_id = 0
32+
self.chain_id = 0
3333
else:
34-
self.chain_id = chain_id
34+
self.chain_id = chain_id
3535

3636
def serialize(self) -> bytes:
3737
payload: bytes = self.serialize_field(FieldTag.STRUCT_VERSION, 1)

0 commit comments

Comments
 (0)