Small user guide error
AndreaEsposit opened this issue · 1 comments
AndreaEsposit commented
You are using an outdated version of the newManager
function in the user guide:
It should be
mgr, err := pb.NewManager(pb.WithNodeList(addrs), ....)
Instead of
mgr, err := pb.NewManager(addrs, ....)