Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Sep 23, 2024
1 parent 0b2a90d commit f51afc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/core/block/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ type Encryption struct {
type Block struct {
// Delta is the CRDT delta that is stored in the block.
Delta crdt.CRDT

Heads []*cidlink.Link

// Links are the links to other blocks in the DAG.
Links []DAGLink
// Encryption contains the encryption information for the block's delta.
Expand Down

0 comments on commit f51afc9

Please sign in to comment.