Skip to content

Commit c8a74e1

Browse files
authored
transactions: fix how invoke transaction v3 hash is calculated (#1460)
1 parent a2808c9 commit c8a74e1

File tree

1 file changed

+1
-1
lines changed
  • components/Starknet/modules/architecture-and-concepts/pages/network-architecture

1 file changed

+1
-1
lines changed

components/Starknet/modules/architecture-and-concepts/pages/network-architecture/transactions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ specifically:
7777
invoke_v3_tx_hash = _h_(
7878
"invoke",
7979
version,
80-
nonce,
8180
sender_address,
8281
_h_(tip, l1_gas_bounds, l2_gas_bounds),
8382
_h_(paymaster_data),
8483
chain_id,
84+
nonce,
8585
data_availability_modes,
8686
_h_(account_deployment_data),
8787
_h_(calldata)

0 commit comments

Comments
 (0)