linter: remove trailing whitespace

This commit is contained in:
Tom Trevethan 2026-07-10 12:11:21 +01:00
parent af697df271
commit 85be2cc64f

View file

@ -202,7 +202,7 @@ class BlockSignTest(BitcoinTestFramework):
assert "hex" in result
assert "complete" in result
else:
# Non-dynafed: 2-argument call must not be rejected by arg-count validation.
# Non-dynafed: 2-argument call must not be rejected by arg-count validation.
try:
result = node.combineblocksigs(block, [])
assert "hex" in result