From fc74d40907fdd187c5c7c54f6dc62776a37f32f9 Mon Sep 17 00:00:00 2001 From: Xiangan He Date: Wed, 11 Oct 2023 10:26:36 -0400 Subject: [PATCH] Readme fixes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2dfc7e5..4ab54c4 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file