Skip to content

Commit

Permalink
Update proto/cmp/services/insurance/v1/insurance_types.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Ekrem Seren <[email protected]>
  • Loading branch information
mo-c4t and havan authored Sep 24, 2024
1 parent 0b8c45c commit df048cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proto/cmp/services/insurance/v1/insurance_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ message PolicyCoverage {
}

message InsuredBooking {
// location of insured booking: on-chain or off-chain
oneof on_off_chain_booking {
// Location of insured booking: on-chain or off-chain
oneof location {
// On-Chain booking
OnChainBooking on_chain_booking = 1;
OnChainBooking on_chain = 1;
// Off-Chain booking
OffChainBooking off_chain_booking = 2;
OffChainBooking off_chain = 2;
}
}

Expand Down

0 comments on commit df048cc

Please sign in to comment.