diff --git a/types/tags.go b/types/tags.go index 82e9bc996..0811ef870 100644 --- a/types/tags.go +++ b/types/tags.go @@ -4,8 +4,10 @@ import ( cmn "github.com/tendermint/tmlibs/common" ) +// Type synonym for convenience type Tag = cmn.KVPair +// Type synonym for convenience type Tags = cmn.KVPairs // Append two lists of tags