Skip to content

Commit

Permalink
add omitted optional fields to signed call (#600)
Browse files Browse the repository at this point in the history
Co-authored-by: x <x@0x.false>
  • Loading branch information
717a56e1 and x committed Feb 8, 2022
1 parent 33204eb commit 8ef0ca3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/contract/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,10 @@ mod contract_signing {
to: Some(self.address),
gas_price: options.gas_price,
data: Bytes(fn_data),
transaction_type: options.transaction_type,
access_list: options.access_list,
max_fee_per_gas: options.max_fee_per_gas,
max_priority_fee_per_gas: options.max_priority_fee_per_gas,
..Default::default()
};
if let Some(gas) = options.gas {
Expand Down

0 comments on commit 8ef0ca3

Please sign in to comment.