mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-11 01:36:57 +01:00
ScriptTest: Print failing test from tx_invalid.json.
This commit is contained in:
parent
ffb02ae760
commit
27eaa02ae4
1 changed files with 3 additions and 1 deletions
|
@ -435,8 +435,10 @@ public class ScriptTest {
|
|||
}
|
||||
}
|
||||
|
||||
if (valid)
|
||||
if (valid) {
|
||||
System.out.println(test);
|
||||
fail();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue