3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-15 11:45:51 +00:00

Correct a comment in ChainSplitTest

This commit is contained in:
Mike Hearn 2015-03-10 18:48:37 -07:00
parent 3116b612bd
commit 3e1f615853

View File

@ -547,7 +547,7 @@ public class ChainSplitTest {
chain.add(b2);
chain.add(b3);
// And verify that the balance is as expected. Because signatures are currently non-deterministic if the order
// And verify that the balance is as expected. Because new ECKey() is non-deterministic, if the order
// isn't being stored correctly this should fail 50% of the time.
assertEquals(coins0point98, wallet.getBalance());
}