mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 06:44:16 +00:00
Fix unit test.
This commit is contained in:
parent
0ab36f7839
commit
2f904e7a37
@ -63,6 +63,8 @@ public class BlockChainTest {
|
|||||||
chain = new BlockChain(unitTestParams, wallet, blockStore);
|
chain = new BlockChain(unitTestParams, wallet, blockStore);
|
||||||
|
|
||||||
coinbaseTo = wallet.keychain.get(0).toAddress(unitTestParams);
|
coinbaseTo = wallet.keychain.get(0).toAddress(unitTestParams);
|
||||||
|
|
||||||
|
testNet.checkBlockDifficulty = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
Reference in New Issue
Block a user