mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
fix typo in test/functional/feature_blocksign.py
This commit is contained in:
parent
3516afccf7
commit
97d7bccc4a
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ class BlockSignTest(BitcoinTestFramework):
|
|||
result = miner.combineblocksigs(block, sigs, self.witnessScript)
|
||||
sigs = sigs + self.nodes[i].signblock(block, self.witnessScript)
|
||||
assert_equal(result["complete"], i >= self.required_signers)
|
||||
# submitting should have no effect pre-threshhold
|
||||
# submitting should have no effect pre-threshold
|
||||
if i < self.required_signers:
|
||||
miner.submitblock(result["hex"])
|
||||
self.check_height(blockcount)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue