3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-30 23:02:15 +00:00

Fix unit test.

This commit is contained in:
Mike Hearn 2012-04-07 17:02:00 +02:00
parent 0ab36f7839
commit 2f904e7a37

View File

@ -63,6 +63,8 @@ public class BlockChainTest {
chain = new BlockChain(unitTestParams, wallet, blockStore);
coinbaseTo = wallet.keychain.get(0).toAddress(unitTestParams);
testNet.checkBlockDifficulty = true;
}
@Test