fixed pre-Carrot TX construction; removed currently-extraneous RCTTypeFcmpPlusPlus
This commit is contained in:
@@ -264,7 +264,8 @@ namespace rct {
|
||||
case RCTTypeBulletproof2:
|
||||
case RCTTypeCLSAG:
|
||||
case RCTTypeBulletproofPlus:
|
||||
case RCTTypeFcmpPlusPlus:
|
||||
case RCTTypeFullProofs:
|
||||
case RCTTypeSalviumOne:
|
||||
return true;
|
||||
case RCTTypeNull:
|
||||
case RCTTypeFull:
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user