Skip to content

Commit

Permalink
CORE-18821 default corda.notary.service.backchain.required to true (#…
Browse files Browse the repository at this point in the history
…1391)

Set a default value for corda.notary.service.backchain.required if not provided.
  • Loading branch information
nkovacsx authored Dec 14, 2023
1 parent 32846c8 commit 26b439d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"examples": [
"true",
"false"
]
],
"default": "true"
},
"corda.notary.service.flow.protocol.name": {
"description": "Name of the flow protocol used by the notary service. Valid only when one of the roles is notary.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"examples": [
"true",
"false"
]
],
"default": "true"
},
"corda.notary.service.flow.protocol.name": {
"description": "Name of the flow protocol used by the notary service. Valid only when one of the roles is notary.",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cordaProductVersion = 5.2.0
# NOTE: update this each time this module contains a breaking change
## NOTE: currently this is a top level revision, so all API versions will line up, but this could be moved to
## a per module property in which case module versions can change independently.
cordaApiRevision = 14
cordaApiRevision = 15

# Main
kotlinVersion = 1.8.21
Expand Down

0 comments on commit 26b439d

Please sign in to comment.