diff --git a/app/consistent_apphash_test.go b/app/consistent_apphash_test.go index acc75e92a5..00bb9763f5 100644 --- a/app/consistent_apphash_test.go +++ b/app/consistent_apphash_test.go @@ -428,7 +428,7 @@ func executeTxs(testApp *app.App, encodedBlobTx []byte, encodedSdkTxs [][]byte, } } - // Deliver Blob Txs + // Deliver Blob Tx if len(encodedBlobTx) != 0 { // Deliver Blob Tx blob, isBlobTx := coretypes.UnmarshalBlobTx(encodedBlobTx)