Files
cosmos-sdk/types
Emmanuel T Odeke 7f69b088d9 types: fix invalid int->string conversion in benchmarks (#6678)
Fixes an invalid int->string conversion that will become
a vet error for Go1.15. The correct conversion was to use

    fmt.Sprintf("COINZ_%d", i)

instead of

    "COINZ_" + string(i)

Noticed during a coverage audit.
2020-07-10 12:34:43 +02:00
..
2020-05-12 17:12:26 +00:00
2020-07-05 16:56:17 +00:00
2020-03-04 17:49:59 +00:00
2020-05-08 08:46:12 +00:00
2020-06-03 09:33:51 -04:00
2020-05-08 08:46:12 +00:00
2020-05-02 21:26:59 +02:00
2019-12-10 11:48:57 -05:00
2020-03-04 17:49:59 +00:00
2020-05-08 08:46:12 +00:00
2020-06-12 10:17:36 -04:00
2020-06-11 15:37:23 +00:00
2020-03-04 17:49:59 +00:00
2020-05-08 08:46:12 +00:00
2020-03-04 17:49:59 +00:00
2020-04-08 20:57:52 -04:00
2020-05-14 09:41:05 -04:00