Merge ElementsProject/elements#1572: Linter: remove trailing whitespace
Some checks failed
CI / test each commit (push) Has been cancelled
CI / macOS 14 native, arm64, no depends, sqlite only, gui (push) Has been cancelled
CI / macOS 14 native, arm64, fuzz (push) Has been cancelled
CI / Win64 native, VS 2022 (push) Has been cancelled
CI / Win64 native fuzz, VS 2022 (push) Has been cancelled
CI / ASan + LSan + UBSan + integer, no depends, USDT (push) Has been cancelled
CI / lint (push) Has been cancelled

85be2cc64f linter: remove trailing whitespace (Tom Trevethan)

Pull request description:

  Remove trailing whitespace

ACKs for top commit:
  delta1:
    utACK 85be2cc64f

Tree-SHA512: 0fa3689b0c02add8af3173aa3233af36b008b6f81936ba2b27cd69365bc31b3a711c085d84377c1f52289e9406095669a9d1e35b0c18c4a5c77cbdc6e4df5681
This commit is contained in:
merge-script 2026-07-13 09:08:32 +02:00
commit 7110a84bb1
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697

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