golangci fixes

This commit is contained in:
Anca Zamfir
2019-06-18 12:37:43 +02:00
parent 2ec9faa51a
commit 208dedc5ed
3 changed files with 3 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ type Config struct {
RPC *RPCConfig `mapstructure:"rpc"`
P2P *P2PConfig `mapstructure:"p2p"`
Mempool *MempoolConfig `mapstructure:"mempool"`
FastSyncParams *FastSyncParamsConfig `mapstructure:"fastsyncp"`
FastSyncParams *FastSyncParamsConfig `mapstructure:"fastsync"`
Consensus *ConsensusConfig `mapstructure:"consensus"`
TxIndex *TxIndexConfig `mapstructure:"tx_index"`
Instrumentation *InstrumentationConfig `mapstructure:"instrumentation"`