mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-06 08:06:32 +00:00
d5865af1f4
This follows the same model as we did in the p2p package. Rework the indexer service constructor to take a struct of arguments, that makes it easier to construct the optional settings. Deprecate but do not remove the existing constructor. Clean up node initialization a little bit.