Commit 51588d02 authored by duanjinfei's avatar duanjinfei

verify to add

parent 1a3ca1b3
......@@ -273,6 +273,7 @@ func GrpcSignedTxArr(syncMap sync.Map, sendTxAccountArr [][]string, cfg *tool.Co
for _, tran := range grpcSignTranArr.TranArr {
if tran.To == nil {
hexToAddress := metatypes.HexToAddress(cfg.ReceiveAddr)
log.Error("From is not to:", tran.From)
tran.To = &hexToAddress
}
newTranArr = append(newTranArr, tran)
......
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