Beispiel #1
0
 private static void dumpWallet() throws BlockStoreException {
   // Setup to get the chain height so we can estimate lock times, but don't wipe the transactions
   // if it's not
   // there just for the dump case.
   if (chainFileName.exists()) setup();
   System.out.println(wallet.toString(true, true, true, chain));
 }