Skip to content

Commit

Permalink
fix: add missing event name
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmc committed Feb 1, 2021
1 parent 126d303 commit cec49f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/retrievalclient.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ stateDiagram-v2
4 --> 8 : ClientEventPaymentChannelErrored
5 --> 8 : ClientEventPaymentChannelErrored
6 --> 8 : ClientEventPaymentChannelErrored
6 --> 13 : <invalid Value>
6 --> 13 : ClientEventPaymentChannelSkip
6 --> 4 : ClientEventPaymentChannelCreateInitiated
6 --> 24 : ClientEventPaymentChannelAddingFunds
22 --> 5 : ClientEventPaymentChannelAddingFunds
Expand Down
1 change: 1 addition & 0 deletions retrievalmarket/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ var ClientEvents = map[ClientEvent]string{
ClientEventRecheckFunds: "ClientEventRecheckFunds",
ClientEventCancel: "ClientEventCancel",
ClientEventWaitForLastBlocks: "ClientEventWaitForLastBlocks",
ClientEventPaymentChannelSkip: "ClientEventPaymentChannelSkip",
}

// ProviderEvent is an event that occurs in a deal lifecycle on the provider
Expand Down

0 comments on commit cec49f5

Please sign in to comment.