From c3d0235df4dd2806faa67d1e0639ee31e413e6a7 Mon Sep 17 00:00:00 2001 From: Hansie Odendaal Date: Fri, 24 Nov 2023 09:52:47 +0200 Subject: [PATCH] current_permitted_range_proof_types --- base_layer/core/src/consensus/consensus_constants.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/base_layer/core/src/consensus/consensus_constants.rs b/base_layer/core/src/consensus/consensus_constants.rs index 0e82ba66dc..14a79cca15 100644 --- a/base_layer/core/src/consensus/consensus_constants.rs +++ b/base_layer/core/src/consensus/consensus_constants.rs @@ -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]), ]