Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
fix(contracts): post transaction paymaster gas
Browse files Browse the repository at this point in the history
  • Loading branch information
hbriese committed Feb 12, 2024
1 parent d4dba64 commit a2929f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/paymaster/Paymaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ contract Paymaster is IPaymaster, PaymasterManager, PaymasterParser, PriceOracle
CONSTANTS
//////////////////////////////////////////////////////////////*/

uint256 constant POST_TRANSACTION_GAS_COST = 847;
uint256 constant POST_TRANSACTION_GAS_COST = 833;

address public immutable _signer;

Expand Down

0 comments on commit a2929f8

Please sign in to comment.