We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538cb7b commit ba5f15eCopy full SHA for ba5f15e
blockchain/block/blockstore.go
@@ -38,7 +38,7 @@ func (in *Store) ToProto() *iotextypes.BlockStore {
38
}
39
40
41
-// ToProto converts to proto message
+// ToProtoWithoutSidecar converts to proto message excluding sidecar data
42
func (in *Store) ToProtoWithoutSidecar() *iotextypes.BlockStore {
43
receipts := []*iotextypes.Receipt{}
44
for _, r := range in.Receipts {
0 commit comments