Updated missed function call for lint rename.
This commit is contained in:
parent
94c795dec4
commit
0195306ff7
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ func newServer(addr string, db btcdb.Db, btcnet btcwire.BitcoinNet) (*server, er
|
|||
log.Infof("[BMGR] Block index generation complete")
|
||||
|
||||
if !cfg.DisableRPC {
|
||||
s.rpcServer, err = newRpcServer(&s)
|
||||
s.rpcServer, err = newRPCServer(&s)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue