From 7f790beacf843922b5eb777dc492317b1e21c955 Mon Sep 17 00:00:00 2001 From: xiaoch05 Date: Wed, 20 Mar 2024 14:30:49 +0800 Subject: [PATCH] fix: executer->executor --- docs/helixbridge/relayer_register.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/helixbridge/relayer_register.md b/docs/helixbridge/relayer_register.md index 65e9634..40f0946 100644 --- a/docs/helixbridge/relayer_register.md +++ b/docs/helixbridge/relayer_register.md @@ -132,7 +132,7 @@ You can also use safewallet to run relayer, just configure the following 3 param - **safeWalletUrl:** the safe wallet service url. eg. https://safe-transaction-goerli.safe.global - **safeWalletRole:** - the Role of the account, can be `signer` or `executer`, the `executer` will send execution transaction when there are enough signatures. + the Role of the account, can be `signer` or `executor`, the `executor` will send execution transaction when there are enough signatures. ### Install & Run