Skip to content

Commit ba5f15e

Browse files
authored
chore: fix comment (#4583)
Signed-off-by: dockercui <dockercui@aliyun.com>
1 parent 538cb7b commit ba5f15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockchain/block/blockstore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func (in *Store) ToProto() *iotextypes.BlockStore {
3838
}
3939
}
4040

41-
// ToProto converts to proto message
41+
// ToProtoWithoutSidecar converts to proto message excluding sidecar data
4242
func (in *Store) ToProtoWithoutSidecar() *iotextypes.BlockStore {
4343
receipts := []*iotextypes.Receipt{}
4444
for _, r := range in.Receipts {

0 commit comments

Comments
 (0)