decred / vspd

A Voting Service Provider (VSP) for the Decred network.
ISC License
19 stars 20 forks source link

config: Initialize default config struct directly. #472

Closed jholdstock closed 4 months ago

jholdstock commented 4 months ago

There is no need to declare a dozen different "default..." vars only to immediately insert them into a default config struct when the struct itself could just be initialized with the default values instead.