From ced8c5412ce3b647509bbd179836243826398740 Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 19 Feb 2025 08:49:59 -0500 Subject: [PATCH] docs: update comment for data contract code range The comment was incorrect and showed the range overlapping with group error codes --- packages/rs-dpp/src/errors/consensus/codes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rs-dpp/src/errors/consensus/codes.rs b/packages/rs-dpp/src/errors/consensus/codes.rs index 67177be3766..b69591c708d 100644 --- a/packages/rs-dpp/src/errors/consensus/codes.rs +++ b/packages/rs-dpp/src/errors/consensus/codes.rs @@ -46,7 +46,7 @@ impl ErrorWithCode for BasicError { Self::InvalidIdentifierError { .. } => 10102, Self::ValueError(_) => 10103, - // DataContract Errors: 10200-10399 + // DataContract Errors: 10200-10349 Self::DataContractMaxDepthExceedError { .. } => 10200, Self::DuplicateIndexError { .. } => 10201, Self::IncompatibleRe2PatternError { .. } => 10202,