mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 13:26:23 +00:00
fix go 1.15 errors (#5277)
## Description fix golang 1.15 errors. Closes: #XXX
This commit is contained in:
@@ -444,7 +444,7 @@ func benchmarkNClients(n int, b *testing.B) {
|
||||
err = s.PublishWithEvents(
|
||||
ctx,
|
||||
"Gamora",
|
||||
map[string][]string{"abci.Account.Owner": {"Ivan"}, "abci.Invoices.Number": {string(i)}},
|
||||
map[string][]string{"abci.Account.Owner": {"Ivan"}, "abci.Invoices.Number": {string(rune(i))}},
|
||||
)
|
||||
require.NoError(b, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user