ScriptTest: Print failing test from tx_invalid.json.

This commit is contained in:
Andreas Schildbach 2021-03-07 12:44:19 +01:00
parent ffb02ae760
commit 27eaa02ae4

View file

@ -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 {