mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-15 03:35:52 +00:00
Correct a comment in ChainSplitTest
This commit is contained in:
parent
3116b612bd
commit
3e1f615853
@ -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());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user