add junit test cases

This commit is contained in:
Harald Hoyer 2016-09-12 16:46:40 +02:00
parent 628cf77b9f
commit 6b50ca4921
10 changed files with 796 additions and 59 deletions

View file

@ -197,7 +197,7 @@ public class App {
earliestTime = Utils.currentTimeSeconds();
}
bs.addVerifyKey(SK.getVerifyKey(), earliestTime);
bs.addVerifyKey(SK.getMasterVerifyKey(), earliestTime);
final OPRETWalletAppKit kit = new OPRETWalletAppKit(params, new File("."), "opretwallet" + params.getId(), bs);