Commit 16e8a7fb authored by szh's avatar szh

up

parent edb9713e
......@@ -323,8 +323,7 @@ func dealTx(tx *types.Transaction,receipt *types.ReceiptData,height,blocktime in
rss = append(rss,rs1)
}
}
logging.Info("open tx",*open)
logging.Info("txs",rt)
return &rt,rss,open,nil
}
......@@ -344,6 +343,7 @@ func NewMinerTxs(rt *RMinerTxs) *models.RaspMinerTxs {
r.Time = rt.Time
r.Height = rt.Height
r.Amount = rt.Amount
r.ReturnAddr = rt.ReturnAddr
r.Miner = rt.Miner
r.Hash = rt.Hash
return &r
......
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