This commit is contained in:
alex.sharov 2020-11-04 10:05:55 +07:00
parent 1b4f721a61
commit 5ec296a206

View File

@ -2116,6 +2116,7 @@ func receiptSizes(chaindata string) error {
}
defer tx.Rollback()
fmt.Printf("bucket: %s\n", dbutils.Log)
c := tx.Cursor(dbutils.Log)
defer c.Close()
sizes := make(map[int]int)