Skip to content

Commit

Permalink
Allow paymasters with no data.
Browse files Browse the repository at this point in the history
Co-authored-by: Stanislav Bezkorovainyi <stanislavbezkor@gmail.com>
  • Loading branch information
yoavw and StanislavBreadless authored Nov 7, 2023
1 parent a50ad95 commit e639666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-00.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ func validateAccountAbstractionTransaction(tx *Transaction) {
}
if (paymasterData.length > 0) {
assert paymasterData.length > 20
assert paymasterData.length >= 20
paymaster := paymasterData[0:20]
paymasterInput := ABI.encodeWithSelector('validatePaymasterTransaction', tx, tx.hash)
retPaymaster, error := evm.Call(
Expand Down

0 comments on commit e639666

Please sign in to comment.