yogh-io / bitcoin-transaction-explorer

Simple and pure block explorer you can run on top of a full node

Home Page:http://yogh.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing: BlockchainRetrievalServiceAsync and ConfigServiceAsync

Ilya-Gazman opened this issue · comments

When doing maven import via IntelliJ those files are missing:

  • com.yoghurt.crypto.transactions.shared.service.BlockchainRetrievalServiceAsync;
  • com.yoghurt.crypto.transactions.shared.service.ConfigServiceAsync;

These are generated by a maven plugin. I'm unfamiliar with how IntelliJ handles this as I use Eclipse myself.

Ide doesn't matter here, just make sure that you get those files when importing a fresh copy of the project.

Is this still an issue 3a later? I'm tempted to get my hands dirty, too.