mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-20 02:09:29 +01:00
ParseByteCacheTest: fix context not initialized
This commit is contained in:
parent
4f150bbe96
commit
e73d876be6
@ -90,6 +90,7 @@ public class ParseByteCacheTest {
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
Utils.setMockClock(); // Use mock clock
|
||||
Context.propagate(new Context());
|
||||
Wallet wallet = Wallet.createDeterministic(UNITTEST, ScriptType.P2PKH);
|
||||
wallet.freshReceiveKey();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user