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 1c54f4e commit 76340fcCopy full SHA for 76340fc
src/registry.rs
@@ -691,7 +691,7 @@ impl RegisteredUpdateProof {
691
692
match self {
693
StackedDrg2KiBV1 | StackedDrg8MiBV1 | StackedDrg512MiBV1 | StackedDrg32GiBV1
694
- | StackedDrg64GiBV1 => ApiVersion::V1_1_0,
+ | StackedDrg64GiBV1 => ApiVersion::V1_2_0,
695
}
696
697
@@ -790,7 +790,7 @@ impl RegisteredUpdateProof {
790
791
792
| StackedDrg64GiBV1 => {
793
- assert_eq!(self.version(), ApiVersion::V1_1_0);
+ assert_eq!(self.version(), ApiVersion::V1_2_0);
794
PoRepConfig {
795
sector_size: self.sector_size(),
796
partitions: PoRepProofPartitions(self.partitions()),
0 commit comments