mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-23 17:47:24 +00:00
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,
|
CPUMiner: s.cpuMiner,
|
||||||
TxIndex: s.txIndex,
|
TxIndex: s.txIndex,
|
||||||
AddrIndex: s.addrIndex,
|
AddrIndex: s.addrIndex,
|
||||||
|
CfIndex: s.cfIndex,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
Loading…
Add table
Reference in a new issue