From 10eb0d42113682495d5438a48bad2e90b7d10c2f Mon Sep 17 00:00:00 2001 From: costcould Date: Wed, 5 Jun 2024 15:55:33 +0800 Subject: [PATCH] chore: fix struct name in comment Signed-off-by: costcould --- types/tx_batch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/tx_batch.go b/types/tx_batch.go index aade739c9..c3c6dfbe5 100644 --- a/types/tx_batch.go +++ b/types/tx_batch.go @@ -16,7 +16,7 @@ type DeliverTxEntry struct { TxTracer TxTracer } -// EstimatedWritesets represents an estimated writeset for a transaction mapped by storekey to the writeset estimate. +// MappedWritesets represents an estimated writeset for a transaction mapped by storekey to the writeset estimate. type MappedWritesets map[StoreKey]multiversion.WriteSet // DeliverTxBatchRequest represents a request object for a batch of transactions.