mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-22 14:22:45 +01:00
KeyChainGroupTest: make a method private
This commit is contained in:
parent
b37f5ff735
commit
3a3836b775
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ public class KeyChainGroupTest {
|
||||||
encryption(true);
|
encryption(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void encryption(boolean withImported) throws Exception {
|
private void encryption(boolean withImported) {
|
||||||
Utils.rollMockClock(0);
|
Utils.rollMockClock(0);
|
||||||
long now = Utils.currentTimeSeconds();
|
long now = Utils.currentTimeSeconds();
|
||||||
ECKey a = group.freshKey(KeyChain.KeyPurpose.RECEIVE_FUNDS);
|
ECKey a = group.freshKey(KeyChain.KeyPurpose.RECEIVE_FUNDS);
|
||||||
|
|
Loading…
Add table
Reference in a new issue