Skip to content

Commit

Permalink
comment removal
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jul 23, 2024
1 parent 8a25164 commit f056a2d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ impl JsonSchemaValidator {
.should_validate_formats(true)
.with_draft(jsonschema::Draft::Draft202012)
.with_keyword("byteArray", |_, _, _| Ok(Box::new(ByteArrayKeyword)))
// .with_keyword("transient", |_, _, _| Ok(Box::new(TransientKeyword))) //todo
.compile(json_schema)
.map_err(|error| {
ProtocolError::ConsensusError(Box::new(ConsensusError::from(error)))
Expand Down Expand Up @@ -67,7 +66,6 @@ impl JsonSchemaValidator {
.should_validate_formats(true)
.with_draft(jsonschema::Draft::Draft202012)
.with_keyword("byteArray", |_, _, _| Ok(Box::new(ByteArrayKeyword)))
// .with_keyword("transient", |_, _, _| Ok(Box::new(TransientKeyword))) //todo
.compile(json_schema)
.map_err(|error| {
// Todo: not sure this is a consensus error
Expand Down

0 comments on commit f056a2d

Please sign in to comment.