Make status reasons optional in claims (#223)

This commit is contained in:
Andrew Mayorov 2017-09-14 15:59:29 +03:00 committed by GitHub
parent b95308d8c8
commit 2223cc606c

View File

@ -852,11 +852,11 @@ struct ClaimAccepted {
}
struct ClaimDenied {
1: required string reason
1: optional string reason
}
struct ClaimRevoked {
1: required string reason
1: optional string reason
}
// Claim effects