Skip to content

Commit

Permalink
aggregateSignatures
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh authored Sep 10, 2024
1 parent 25a6561 commit 3257119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-4337-agg.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct AggregatorStakeInfo {
In addition to the steps described in ERC-4337, during bundling the bundler should:

* Sort UserOps by aggregator, to create the lists of UserOps-per-aggregator.
* For each aggregator, run the aggregator-specific code to create aggregated signature, and update the UserOps.
* For each aggregator, call `aggregateSignatures()` to create aggregated signature, and update the UserOps.

### New "entry point" function in the ERC-4337 `EntryPoint` contract

Expand Down

0 comments on commit 3257119

Please sign in to comment.