Skip to content

Commit

Permalink
Remove unused field from HotShotBlockMerkleProof
Browse files Browse the repository at this point in the history
  • Loading branch information
zacshowa committed Jun 25, 2024
1 parent 04e78ce commit 724a67f
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 724a67f

Please sign in to comment.