Skip to content

Commit

Permalink
Merge pull request #31 from darcys22/unused-variables
Browse files Browse the repository at this point in the history
remove unused variables
  • Loading branch information
darcys22 authored Aug 19, 2024
2 parents 16e5ef4 + 31002b5 commit 16dcbdb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/ethyl/signer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,5 @@ class Signer {

private:
secp256k1_context* ctx;
uint64_t maxPriorityFeePerGas = 0;
uint64_t maxFeePerGas = 0;
uint64_t gasPrice = 0;

};
} // namespace ethyl

0 comments on commit 16dcbdb

Please sign in to comment.