/** See {@link #AbstractBlockChain(Context, List, BlockStore)} */
 public AbstractBlockChain(
     NetworkParameters params, List<BlockChainListener> listeners, BlockStore blockStore)
     throws BlockStoreException {
   this(Context.getOrCreate(params), listeners, blockStore);
 }