Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Jan 7, 2025
1 parent e659ca7 commit bea6294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/cltypes/solid/uint64slice_byte.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (arr *byteBasedUint64Slice) CopyTo(target *byteBasedUint64Slice) {
}
arr.MerkleTree.CopyInto(target.MerkleTree)
target.SetComputeLeafFn(func(idx int, out []byte) {
copy(out, arr.u[idx*length.Hash:])
copy(out, target.u[idx*length.Hash:])
})
} else {
target.MerkleTree = nil
Expand Down

0 comments on commit bea6294

Please sign in to comment.