Skip to content

Commit

Permalink
removed set_gas_price
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 committed May 4, 2024
1 parent 36e4246 commit 43ea497
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions silkworm/rpc/types/call.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ struct Call {
std::optional<uint64_t> nonce;
AccessList access_list;

void set_gas_price(const intx::uint256& new_gas_price) {
gas_price = new_gas_price;
}

void set_access_list(const AccessList& new_access_list) {
access_list = new_access_list;
}
Expand Down

0 comments on commit 43ea497

Please sign in to comment.