File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ static bool eip1559;
5454struct SHA3_CTX keccak_ctx = {0 };
5555
5656static uint32_t signing_access_list_count ;
57- static EthereumAccessList signing_access_list [16 ];
57+ static EthereumAccessList signing_access_list [8 ];
5858_Static_assert (sizeof (signing_access_list ) ==
5959 sizeof (((EthereumSignTxEIP1559 * )NULL )-> access_list ),
6060 "access_list buffer size mismatch" );
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ static bool eip1559;
5555static struct SHA3_CTX keccak_ctx = {0 };
5656
5757static uint32_t signing_access_list_count ;
58- static EthereumAccessListOneKey signing_access_list [16 ];
58+ static EthereumAccessListOneKey signing_access_list [8 ];
5959_Static_assert (sizeof (signing_access_list ) ==
6060 sizeof (((EthereumSignTxEIP1559OneKey * )NULL )-> access_list ),
6161 "access_list buffer size mismatch" );
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ EthereumSignTxEIP1559OneKey.gas_limit max_size:32
1414EthereumSignTxEIP1559OneKey.to max_size:43
1515EthereumSignTxEIP1559OneKey.value max_size:32
1616EthereumSignTxEIP1559OneKey.data_initial_chunk max_size:1024
17- EthereumSignTxEIP1559OneKey.access_list max_count:16
17+ EthereumSignTxEIP1559OneKey.access_list max_count:8
1818
1919EthereumAccessListOneKey.address max_size:43
2020EthereumAccessListOneKey.storage_keys max_count:8 max_size:32
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ EthereumSignTxEIP1559.gas_limit max_size:32
1414EthereumSignTxEIP1559.to max_size:43
1515EthereumSignTxEIP1559.value max_size:32
1616EthereumSignTxEIP1559.data_initial_chunk max_size:1024
17- EthereumSignTxEIP1559.access_list max_count:16
17+ EthereumSignTxEIP1559.access_list max_count:8
1818
1919EthereumAccessList.address max_size:43
2020EthereumAccessList.storage_keys max_count:8 max_size:32
You can’t perform that action at this time.
0 commit comments