Commit e753810a authored by duanjinfei's avatar duanjinfei

add register msg

parent ea64d5cc
...@@ -112,6 +112,7 @@ func RegisterInfoResp(params ...interface{}) *nodemanagerV1.WorkerMessage { ...@@ -112,6 +112,7 @@ func RegisterInfoResp(params ...interface{}) *nodemanagerV1.WorkerMessage {
RegisteMessage: &nodemanagerV1.RegisteMessage{ RegisteMessage: &nodemanagerV1.RegisteMessage{
DeviceIp: conf.GetConfig().GetExternalIp(), DeviceIp: conf.GetConfig().GetExternalIp(),
MinerPubkey: conf.GetConfig().SignPub, MinerPubkey: conf.GetConfig().SignPub,
BenefitAddress: conf.GetConfig().BenefitAddress,
}, },
}, },
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment