mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 21:47:18 +00:00
Correct a comment in ChainSplitTest
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user