mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 10:15:52 +00:00
Disable fragmentedRekeying test for now as bouncy castle is so slow at signature generation
This commit is contained in:
parent
533e2f21b7
commit
4d23183283
@ -1972,7 +1972,7 @@ public class WalletTest extends TestWithWallet {
|
|||||||
assertArrayEquals(address.getHash160(), tx.getOutput(0).getScriptPubKey().getPubKeyHash());
|
assertArrayEquals(address.getHash160(), tx.getOutput(0).getScriptPubKey().getPubKeyHash());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
//@Test - this test is slow, disable for now.
|
||||||
public void fragmentedReKeying() throws Exception {
|
public void fragmentedReKeying() throws Exception {
|
||||||
// Send lots of small coins and check the fee is correct.
|
// Send lots of small coins and check the fee is correct.
|
||||||
ECKey key = new ECKey();
|
ECKey key = new ECKey();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user