Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tequilapi/contract/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func NewPaymentChannelDTO(channel pingpong.HermesChannel) PaymentChannelDTO {
}
}

// PaymentChannelDTO represents represents opened payment channel between identity and hermes.
// PaymentChannelDTO represents opened payment channel between identity and hermes.
// swagger:model PaymentChannelDTO
type PaymentChannelDTO struct {
// Unique identifier of payment channel
Expand Down
2 changes: 1 addition & 1 deletion tequilapi/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4742,7 +4742,7 @@
},
"PaymentChannelDTO": {
"type": "object",
"title": "PaymentChannelDTO represents represents opened payment channel between identity and hermes.",
"title": "PaymentChannelDTO represents opened payment channel between identity and hermes.",
"properties": {
"beneficiary": {
"description": "Beneficiary - eth wallet address",
Expand Down
Loading