fixed pre-Carrot TX construction; removed currently-extraneous RCTTypeFcmpPlusPlus

This commit is contained in:
Some Random Crypto Guy
2025-05-20 10:06:33 +01:00
parent 53db771c35
commit 5f6122d045
5 changed files with 57 additions and 26 deletions
+2 -1
View File
@@ -264,7 +264,8 @@ namespace rct {
case RCTTypeBulletproof2:
case RCTTypeCLSAG:
case RCTTypeBulletproofPlus:
case RCTTypeFcmpPlusPlus:
case RCTTypeFullProofs:
case RCTTypeSalviumOne:
return true;
case RCTTypeNull:
case RCTTypeFull:
+1 -2
View File
@@ -318,8 +318,7 @@ namespace rct {
RCTTypeCLSAG = 5,
RCTTypeBulletproofPlus = 6,
RCTTypeFullProofs = 7,
RCTTypeSalviumOne = 8,
RCTTypeFcmpPlusPlus = 9
RCTTypeSalviumOne = 8
};
enum RangeProofType { RangeProofBorromean, RangeProofBulletproof, RangeProofMultiOutputBulletproof, RangeProofPaddedBulletproof };
struct RCTConfig {