Skip to content

Commit

Permalink
fix: fix bug in the deals mmd
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jul 3, 2020
1 parent 5410142 commit d9fa7f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/diagrams/sequence/full-deals-on-chain.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ sequenceDiagram

opt ClientQuery
StorageMarketParticipant1 ->>+ StorageMarketParticipant2: QueryStorageDealProposalStatus(StorageDealProposalQuery)
StorageMarketParticipant1 -->>- StorageMarketParticipant2: StorageDealProposalQueryResponse
StorageMarketParticipant2 -->>- StorageMarketParticipant1: StorageDealProposalQueryResponse
StorageMarketParticipant1 ->>+ StorageMarketParticipant2: QueryStorageDealStatus(StorageDealQuery)
StorageMarketParticipant1 -->>- StorageMarketParticipant2: StorageDealQueryResponse
StorageMarketParticipant2 -->>- StorageMarketParticipant1: StorageDealQueryResponse
end

opt SealingSector
Expand Down

0 comments on commit d9fa7f4

Please sign in to comment.