File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/functional/test_framework Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ on new hosts.
11
11
### No reliance on timestamps
12
12
13
13
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.
15
15
16
16
### Each build only has its specified dependencies available at build-time.
17
17
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ def __exit__(self, *args):
165
165
class TestFrameworkWalletUtil (unittest .TestCase ):
166
166
def test_calculate_input_weight (self ):
167
167
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
169
169
LARGE_LEN_BYTES = 3 # bytes needed for encoding scriptSig / witness item lengths >= 253
170
170
171
171
# empty scriptSig, no witness
You can’t perform that action at this time.
0 commit comments