Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Nov 30, 2023
1 parent 82f1f16 commit 3f95936
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 3f95936

Please sign in to comment.