diff options
author | hanmz <hanmzarsenal@gmail.com> | 2024-04-23 17:24:38 +0800 |
---|---|---|
committer | hanmz <hanmzarsenal@gmail.com> | 2024-04-25 16:14:10 +0800 |
commit | 03e36b3da093e2c23cf51b46f6901cb84ddbf867 (patch) | |
tree | 8ba801ed92f25f745e222a99532b82c62db81a25 /test/functional | |
parent | 256e1703197fdddd78bc6d659431cd0fc3b63cde (diff) |
Fix typos in description.md and wallet_util.py
Signed-off-by: hanmz <hanmzarsenal@gmail.com>
Diffstat (limited to 'test/functional')
-rwxr-xr-x | test/functional/test_framework/wallet_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_framework/wallet_util.py b/test/functional/test_framework/wallet_util.py index d30b00f4a7..2168e607b2 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 |