Skip to content

Commit

Permalink
Fix seq. diagram to use special prefund flow
Browse files Browse the repository at this point in the history
  • Loading branch information
nlordell authored Nov 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c6b78d9 commit 80577ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/4337/README.md
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ sequenceDiagram
M->>+Mod: handle(validateUserOp)
Note over Mod: ensure EntryPoint is supported
Mod->>A: checkSignatures()
Mod->>M: executeSafeTransction(accoount, transfer{missingAccountFunds})
Mod->>M: transferPrefund(account, entrypoint, missingAccountFunds)
M->>A: executeTransactionFromModule(transfer{missingAccountFunds})
A->>E: transfer{missingAccountFunds}
Mod-->>-M: validationData

0 comments on commit 80577ae

Please sign in to comment.