mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-22 06:21:47 +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);
|
||||
}
|
||||
|
||||
public void encryption(boolean withImported) throws Exception {
|
||||
private void encryption(boolean withImported) {
|
||||
Utils.rollMockClock(0);
|
||||
long now = Utils.currentTimeSeconds();
|
||||
ECKey a = group.freshKey(KeyChain.KeyPurpose.RECEIVE_FUNDS);
|
||||
|
|
Loading…
Add table
Reference in a new issue