Commit e1d8e250 authored by 李伟@五瓣科技's avatar 李伟@五瓣科技

fix from addr

parent 21b1db5c
......@@ -530,7 +530,7 @@ func (web *WebServicer) ProduceTxs(fromAddr string, toAddrs []string, txCount in
if fromAddr != systemFromAddr && first {
txs = append(txs, TxWithFrom{
[]byte(systemFromAddr),
common.HexToAddress(systemFromAddr).Bytes(),
tx})
first = false
} else {
......
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