server: init rpcserver with cfindex
This commit is contained in:
parent
ac109cfb86
commit
c5c392c5c5
1 changed files with 1 additions and 0 deletions
|
@ -2564,6 +2564,7 @@ func newServer(listenAddrs []string, db database.DB, chainParams *chaincfg.Param
|
|||
CPUMiner: s.cpuMiner,
|
||||
TxIndex: s.txIndex,
|
||||
AddrIndex: s.addrIndex,
|
||||
CfIndex: s.cfIndex,
|
||||
})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Add table
Reference in a new issue