Skip to content

Commit 85be2cc

Browse files
committed
linter: remove trailing whitespace
1 parent af697df commit 85be2cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/feature_blocksign.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def test_combineblocksigs_witnessscript_arg(self):
202202
assert "hex" in result
203203
assert "complete" in result
204204
else:
205-
# Non-dynafed: 2-argument call must not be rejected by arg-count validation.
205+
# Non-dynafed: 2-argument call must not be rejected by arg-count validation.
206206
try:
207207
result = node.combineblocksigs(block, [])
208208
assert "hex" in result

0 commit comments

Comments
 (0)