From 03e36b3da093e2c23cf51b46f6901cb84ddbf867 Mon Sep 17 00:00:00 2001 From: hanmz Date: Tue, 23 Apr 2024 17:24:38 +0800 Subject: [PATCH] Fix typos in description.md and wallet_util.py Signed-off-by: hanmz --- depends/description.md | 2 +- test/functional/test_framework/wallet_util.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/depends/description.md b/depends/description.md index 69ee5bd36cc..fa345bfe859 100644 --- a/depends/description.md +++ b/depends/description.md @@ -11,7 +11,7 @@ on new hosts. ### No reliance on timestamps File presence is used to determine what needs to be built. This makes the -results distributable and easily digestable by automated builders. +results distributable and easily digestible by automated builders. ### Each build only has its specified dependencies available at build-time. diff --git a/test/functional/test_framework/wallet_util.py b/test/functional/test_framework/wallet_util.py index d30b00f4a76..2168e607b22 100755 --- a/test/functional/test_framework/wallet_util.py +++ b/test/functional/test_framework/wallet_util.py @@ -165,7 +165,7 @@ class WalletUnlock(): class TestFrameworkWalletUtil(unittest.TestCase): def test_calculate_input_weight(self): SKELETON_BYTES = 32 + 4 + 4 # prevout-txid, prevout-index, sequence - SMALL_LEN_BYTES = 1 # bytes needed for encoding scriptSig / witness item lenghts < 253 + SMALL_LEN_BYTES = 1 # bytes needed for encoding scriptSig / witness item lengths < 253 LARGE_LEN_BYTES = 3 # bytes needed for encoding scriptSig / witness item lengths >= 253 # empty scriptSig, no witness