Skip to content

Commit

Permalink
current_permitted_range_proof_types
Browse files Browse the repository at this point in the history
  • Loading branch information
hansieodendaal committed Nov 24, 2023
1 parent 0de8fef commit c3d0235
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions base_layer/core/src/consensus/consensus_constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -679,13 +679,9 @@ impl ConsensusConstants {
RangeProofType::BulletProofPlus,
RangeProofType::RevealedValue,
]),
(OutputType::Burn, &[
RangeProofType::BulletProofPlus,
RangeProofType::RevealedValue,
]),
(OutputType::Burn, &[RangeProofType::BulletProofPlus]),
(OutputType::ValidatorNodeRegistration, &[
RangeProofType::BulletProofPlus,
RangeProofType::RevealedValue,
]),
(OutputType::CodeTemplateRegistration, &[RangeProofType::BulletProofPlus]),
]
Expand Down

0 comments on commit c3d0235

Please sign in to comment.