Skip to content

Commit

Permalink
Rename get_common_tx_fields
Browse files Browse the repository at this point in the history
Co-authored-by: Maksim Zdobnikau <[email protected]>
  • Loading branch information
ddoktorski and DelevoXDG authored Jan 5, 2024
1 parent e9f40bd commit 80fcb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starknet_py/hash/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class CommonTransactionV3Fields:
nonce_data_availability_mode: DAMode
fee_data_availability_mode: DAMode

def get_common_tx_fields(self):
def compute_common_tx_fields(self):
return [
self.tx_prefix,
self.version,
Expand Down

0 comments on commit 80fcb8d

Please sign in to comment.