Skip to content

Commit

Permalink
Merge pull request #44 from zacshowa/edit-hotshot-block
Browse files Browse the repository at this point in the history
Remove unused field from `HotShotBlockMerkleProof`
  • Loading branch information
zacshowa authored Jun 26, 2024
2 parents 04e78ce + 956dfdc commit 8daf0d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ type BlockMerkleSnapshot struct {
type BlockMerkleRoot = Commitment

type HotShotBlockMerkleProof struct {
Pos string `json:"pos"`
Proof json.RawMessage `json:"proof"`
}

Expand Down

0 comments on commit 8daf0d4

Please sign in to comment.