From fdefa4e826a03b11b5d072592b1bf81f4a233204 Mon Sep 17 00:00:00 2001 From: Liam Monninger <79056955+l-monninger@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:32:55 -0800 Subject: [PATCH] fix: typos --- movement-sdk/execution/sui-block-executor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/movement-sdk/execution/sui-block-executor/README.md b/movement-sdk/execution/sui-block-executor/README.md index 8491e106..1fc014e4 100644 --- a/movement-sdk/execution/sui-block-executor/README.md +++ b/movement-sdk/execution/sui-block-executor/README.md @@ -115,4 +115,4 @@ A more optimistic alternative is to use something similar to Block-STM with reru `execute_transaction_to_effects` accomplishes a good deal of this. But, we still need to decide upon what to do about checkpoints and epochs. This can be tabled for now. ## Integration with Aptos -This is actually fairly straightforward on the Sui side. `new_move_vm` allows us to accept the Aptos function table. However, \ No newline at end of file +This is actually fairly straightforward on the Sui side. `new_move_vm` allows us to accept the Aptos function table.