mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-07 08:50:26 +02:00
contrib: minor doc improvements in verify-binaries
This commit is contained in:
@ -12,7 +12,7 @@ def main():
|
||||
expect_code(run_verify("", "pub", '0.32.awefa.12f9h'), 11, "Malformed version should fail")
|
||||
expect_code(run_verify('--min-good-sigs 20', "pub", "22.0"), 9, "--min-good-sigs 20 should fail")
|
||||
|
||||
print("- testing multisig verification (22.0)", flush=True)
|
||||
print("- testing verification (22.0)", flush=True)
|
||||
_220 = run_verify("--json", "pub", "22.0")
|
||||
try:
|
||||
result = json.loads(_220.stdout.decode())
|
||||
|
Reference in New Issue
Block a user