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

comment debug msg

parent 7e33d637
......@@ -512,7 +512,7 @@ func (web *WebServicer) ProduceTxs(fromAddr string, toAddrs []string, txCount in
var tx *types.Transaction
var err error
fmt.Printf("param fromAddr: %s systemFromAddr: %s result: %v \n ", fromAddr, systemFromAddr, (fromAddr != systemFromAddr && first))
//fmt.Printf("param fromAddr: %s systemFromAddr: %s result: %v \n ", fromAddr, systemFromAddr, (fromAddr != systemFromAddr && first))
if fromAddr != systemFromAddr && first {
txCount++
......
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