Skip to content

Commit 03e36b3

Browse files
committed
Fix typos in description.md and wallet_util.py
Signed-off-by: hanmz <[email protected]>
1 parent 256e170 commit 03e36b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

depends/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on new hosts.
1111
### No reliance on timestamps
1212

1313
File presence is used to determine what needs to be built. This makes the
14-
results distributable and easily digestable by automated builders.
14+
results distributable and easily digestible by automated builders.
1515

1616
### Each build only has its specified dependencies available at build-time.
1717

test/functional/test_framework/wallet_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def __exit__(self, *args):
165165
class TestFrameworkWalletUtil(unittest.TestCase):
166166
def test_calculate_input_weight(self):
167167
SKELETON_BYTES = 32 + 4 + 4 # prevout-txid, prevout-index, sequence
168-
SMALL_LEN_BYTES = 1 # bytes needed for encoding scriptSig / witness item lenghts < 253
168+
SMALL_LEN_BYTES = 1 # bytes needed for encoding scriptSig / witness item lengths < 253
169169
LARGE_LEN_BYTES = 3 # bytes needed for encoding scriptSig / witness item lengths >= 253
170170

171171
# empty scriptSig, no witness

0 commit comments

Comments
 (0)