From 3f9593615eb4fa7ca2e246b8f3e2173f5c1a2ec2 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 30 Nov 2023 18:51:25 +0000 Subject: [PATCH] fix rebase --- core/data.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/data.go b/core/data.go index b3955d910c..eaf5c878f1 100644 --- a/core/data.go +++ b/core/data.go @@ -161,7 +161,6 @@ func (cb Bundles) Serialize() ([][][]byte, error) { return data, nil } -<<<<<<< HEAD // Returns the size of the bundles in bytes. func (cb Bundles) Size() int64 { size := int64(0) @@ -173,9 +172,7 @@ func (cb Bundles) Size() int64 { return size } -======= // Sample is a chunk with associated metadata used by the Universal Batch Verifier ->>>>>>> organize data struct and add fiat shamir type Sample struct { Commitment *Commitment Chunk *Chunk