Skip to content

Commit

Permalink
CORE-18357: Allow old version of SetOwnRegistrationStatus in the command
Browse files Browse the repository at this point in the history
  • Loading branch information
yift-r3 committed Nov 16, 2023
1 parent 466978c commit 841848b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
{
"name": "setStatusRequest",
"doc" : "The request to set the status.",
"type": "net.corda.data.membership.p2p.v2.SetOwnRegistrationStatus"
"type": [
"net.corda.data.membership.p2p.v2.SetOwnRegistrationStatus",
"net.corda.data.membership.p2p.SetOwnRegistrationStatus"
]
}
]
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cordaProductVersion = 5.1.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 = 37
cordaApiRevision = 38

# Main
kotlinVersion = 1.8.21
Expand Down

0 comments on commit 841848b

Please sign in to comment.