diff --git a/types/tx/ext.go b/types/tx/ext.go index fb2e1ed448bc..f0cd824d7eae 100644 --- a/types/tx/ext.go +++ b/types/tx/ext.go @@ -5,7 +5,7 @@ import ( ) // TxExtensionOptionI defines the interface for tx extension options -type TxExtensionOptionI interface{} +type TxExtensionOptionI interface{} //nolint:revive // to avoid breaking change // unpackTxExtensionOptionsI unpacks Any's to TxExtensionOptionI's. func unpackTxExtensionOptionsI(unpacker types.AnyUnpacker, anys []*types.Any) error {