mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
Updated missed function call for lint rename.
This commit is contained in:
parent
94c795dec4
commit
0195306ff7
@ -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…
x
Reference in New Issue
Block a user