bitcoin-transaction-explorer icon indicating copy to clipboard operation
bitcoin-transaction-explorer copied to clipboard

Missing: BlockchainRetrievalServiceAsync and ConfigServiceAsync

Open Ilya-Gazman opened this issue 6 years ago • 3 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;

Ilya-Gazman avatar Dec 09 '17 15:12 Ilya-Gazman

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

JornC avatar Dec 20 '17 07:12 JornC

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

Ilya-Gazman avatar Dec 21 '17 04:12 Ilya-Gazman

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

Giszmo avatar Nov 11 '20 15:11 Giszmo