Skip to content

Commit

Permalink
Readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xBalbinus committed Oct 11, 2023
1 parent d0336af commit fc74d40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ The user queues up a call to the `approve` function to approve some arbitrary ex
### Execution of the smart transaction by the miner

At a high level, the executor orchestrates a sequence of contract interactions and ensures their validity by calling the `verify` function at the end. Here, in order to fulfill the swap, the solver specifically first prepares calls and expected response states:
* preClean Call
* Setting up Approval and Swapping Partner
* Performing the swap (Taking 10 Token A, giving 20 Token B)
* Checking balances (Ensuring that the swap was successful)
* Cleanup Call
- preClean Call
- Setting up Approval and Swapping Partner
- Performing the swap (Taking 10 Token A, giving 20 Token B)
- Checking balances (Ensuring that the swap was successful)
- Cleanup Call

Then, verification of correct call execution takes place to conclude the transaction

0 comments on commit fc74d40

Please sign in to comment.