mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-20 02:09:29 +01:00
TransactionTest: fix context not initialized
This commit is contained in:
parent
1dd53f713f
commit
5293901cae
@ -76,6 +76,7 @@ public class TransactionTest {
|
||||
@Before
|
||||
public void setUp() {
|
||||
tx = FakeTxBuilder.createFakeTx(UNITTEST);
|
||||
Context.propagate(new Context());
|
||||
}
|
||||
|
||||
@Test(expected = VerificationException.EmptyInputsOrOutputs.class)
|
||||
|
Loading…
Reference in New Issue
Block a user