Commit 8945889f authored by luxq's avatar luxq

add nonce

parent 5319f14d
......@@ -12,6 +12,7 @@ type WorkerInfo struct {
MinerAddress string `redis:"miner_address" json:"miner_address"`
BenefitAddress string `redis:"benefit_address" json:"benefit_address"`
IP string `redis:"ip" json:"ip"`
Nonce int64 `redis:"nonce" json:"nonce"`
}
type workerQuery struct {
......
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