dtr-org / unit-e

A digital currency for a new era of decentralized trust
https://unit-e.io
MIT License
45 stars 15 forks source link

Fix compilation warning in UnitEInjector #876

Closed frolosofsky closed 5 years ago

frolosofsky commented 5 years ago

Fixes warning introduced by #870.

In file included from ./injector.h:17:
./injector_config.h:8:1: warning: 'UnitEInjectorConfiguration' defined as a struct here but previously declared as a class [-Wmismatched-tags]
struct UnitEInjectorConfiguration {
^
./finalization/state_db.h:24:1: note: did you mean struct here?
class UnitEInjectorConfiguration;
^~~~~
struct