diff --git a/contribs/gnogenesis/internal/txs/txs_remove.go b/contribs/gnogenesis/internal/txs/txs_remove.go index dbfc90fb1dc..99fb987d5c0 100644 --- a/contribs/gnogenesis/internal/txs/txs_remove.go +++ b/contribs/gnogenesis/internal/txs/txs_remove.go @@ -65,7 +65,7 @@ func execTxsRemove(cfg *txsCfg, io commands.IO, args []string) error { } // Check if the hashes match - if strings.ToLower(hash) == strings.ToLower(inputHash) { + if strings.EqualFold(hash, inputHash) { index = indx break