OSDN Git Service

update
authorChengcheng Zhang <943420582@qq.com>
Wed, 10 Jul 2019 03:05:03 +0000 (11:05 +0800)
committerChengcheng Zhang <943420582@qq.com>
Wed, 10 Jul 2019 03:05:03 +0000 (11:05 +0800)
wallet/indexer.go

index cd3e861..9929580 100644 (file)
@@ -110,7 +110,6 @@ transactionLoop:
                        } else {
                                log.WithFields(log.Fields{"module": logModule, "err": err, "hash": hex.EncodeToString(hash[:])}).Error("filterAccountTxs fail.")
                        }
-
                }
 
                for _, v := range tx.Inputs {
@@ -125,7 +124,6 @@ transactionLoop:
                        } else {
                                log.WithFields(log.Fields{"module": logModule, "err": err, "outputID": hex.EncodeToString(outid.Bytes())}).Error("filterAccountTxs fail.")
                        }
-
                }
        }