mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-12 10:31:06 +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,10 +435,12 @@ public class ScriptTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (valid)
|
if (valid) {
|
||||||
|
System.out.println(test);
|
||||||
fail();
|
fail();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void getToAddress() throws Exception {
|
public void getToAddress() throws Exception {
|
||||||
|
|
Loading…
Add table
Reference in a new issue