From c13c6547b78515e8a9910fb83591c249f6041fd3 Mon Sep 17 00:00:00 2001 From: jishudashu <979260390@qq.com> Date: Thu, 24 Jul 2025 15:53:10 +0800 Subject: [PATCH] chore: fix some minor issues in comments Signed-off-by: jishudashu <979260390@qq.com> --- archive/scripts/calldata_voting.py | 4 ++-- utils/evm_script.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/archive/scripts/calldata_voting.py b/archive/scripts/calldata_voting.py index d9d104ef2..c5dd5e05a 100644 --- a/archive/scripts/calldata_voting.py +++ b/archive/scripts/calldata_voting.py @@ -72,9 +72,9 @@ def start_vote( vote_desc=( 'Omnibus vote: ' '1) Publishing new implementation in lido app APM repo' - '2) Updating implementaion of lido app with new one' + '2) Updating implementation of lido app with new one' '3) Publishing new implementation in node operators registry app APM repo' - '4) Updating implementaion of node operators registry app with new one' + '4) Updating implementation of node operators registry app with new one' '5) Granting new permission DEPOSIT_ROLE' ), evm_script=encoded_call_script, diff --git a/utils/evm_script.py b/utils/evm_script.py index 33ab12554..5851e8e82 100644 --- a/utils/evm_script.py +++ b/utils/evm_script.py @@ -156,8 +156,8 @@ def decode_encoded_call(encoded_call: EncodedCall) -> Optional[Call]: Decodes an encoded contract call using Brownie's Contract API. This function replaces AVotesParser.decode_function_call() and converts the provided - EncodedCall into a Call object or returns None if the decoding wasn't successfull. - Unsuccessfull deconding usually happens when the contract is not verified contract on etherscan + EncodedCall into a Call object or returns None if the decoding wasn't successful. + Unsuccessful decoding usually happens when the contract is not verified contract on etherscan Parameters: encoded_call (EncodedCall): An object containing the target contract address, method id,