Skip to content

Commit

Permalink
Add new proofs version type
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed Jun 9, 2022
1 parent 6d6efd2 commit eebb23b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions abi/sector.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ type RegisteredAggregationProof int64

const (
RegisteredAggregationProof_SnarkPackV1 = RegisteredAggregationProof(0)
RegisteredAggregationProof_SnarkPackV2 = RegisteredAggregationProof(1)
)

type RegisteredUpdateProof int64
Expand Down

0 comments on commit eebb23b

Please sign in to comment.