Skip to content

Commit

Permalink
chore: delete gas price field (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Oct 8, 2024
1 parent 7726f7e commit 51cc5e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/wallet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ where
.map_err(|_| AlphaNetWalletError::InvalidTransactionRequest)?;
request.max_fee_per_gas = Some(max_fee_per_gas.to());
request.max_priority_fee_per_gas = Some(max_priority_fee_per_gas.to());
request.gas_price = None;

// build and sign
let envelope =
Expand Down

0 comments on commit 51cc5e1

Please sign in to comment.