From 13a8adefe4eb814665ed8f1221335acc21be2916 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 14 Oct 2022 16:41:01 +0200 Subject: [PATCH] Fix: minor typos Fix: minor typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66330669..d6f685c6 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ changes. Once scheduled, batch configs cannot be removed and their order cannot Scheduling a config is a two step process: First, the config object is drafted using the various `setNext...` functions and, second, it is finalized using `schedule`. -Only the contract owner is allowed to schedule configs. This role is inteded to be played by a DAO. +Only the contract owner is allowed to schedule configs. This role is intended to be played by a DAO. The batch config objects divide time into a sequence of batches and each config is applicable to a range of them. The following fields specify this: @@ -235,7 +235,7 @@ For transaction execution after decryption, the following fields are relevant: - `transactionGasLimit`: the maximum amount of gas a transaction is allowed to consume during execution once it is decrypted -- `targetAddress`: the address of the contract to which the derypted transactions will be passed +- `targetAddress`: the address of the contract to which the decrypted transactions will be passed to - `targetFunctionSelector`: the 4 byte function selector that specifies the function in the target contract that will be called with each decrypted transaction