Skip to content

Commit

Permalink
CORE-18631: Make link out message nullable (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
yift-r3 authored Jan 24, 2024
1 parent fd50999 commit 47373b2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
{
"doc": "The message.",
"name": "message",
"type": "net.corda.data.p2p.LinkOutMessage"
"type": [
"net.corda.data.p2p.LinkOutMessage",
"null"
]
},
{
"doc": "The encrypted session data.",
Expand Down

0 comments on commit 47373b2

Please sign in to comment.