We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff99a52 commit b14bb3bCopy full SHA for b14bb3b
src/registry.rs
@@ -766,7 +766,7 @@ impl RegisteredUpdateProof {
766
767
match self {
768
StackedDrg2KiBV1 | StackedDrg8MiBV1 | StackedDrg512MiBV1 | StackedDrg32GiBV1
769
- | StackedDrg64GiBV1 => ApiVersion::V1_1_0,
+ | StackedDrg64GiBV1 => ApiVersion::V1_2_0,
770
}
771
772
@@ -865,7 +865,7 @@ impl RegisteredUpdateProof {
865
866
867
| StackedDrg64GiBV1 => {
868
- assert_eq!(self.version(), ApiVersion::V1_1_0);
+ assert_eq!(self.version(), ApiVersion::V1_2_0);
869
PoRepConfig {
870
sector_size: self.sector_size(),
871
partitions: PoRepProofPartitions(self.partitions()),
0 commit comments