mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
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
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
85be2cc64flinter: remove trailing whitespace (Tom Trevethan) Pull request description: Remove trailing whitespace ACKs for top commit: delta1: utACK85be2cc64fTree-SHA512: 0fa3689b0c02add8af3173aa3233af36b008b6f81936ba2b27cd69365bc31b3a711c085d84377c1f52289e9406095669a9d1e35b0c18c4a5c77cbdc6e4df5681
This commit is contained in:
commit
7110a84bb1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue