We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91ee8c commit 265d148Copy full SHA for 265d148
1 file changed
pkg/types/llo/types.go
@@ -273,8 +273,8 @@ type ChannelDefinition struct {
273
// The source is the id of the role that added the channel definition (i.e. the channel adder)
274
// 1 is always the ChannelConfigStore owner, greater values are adders.
275
Source uint32 `json:"-"`
276
- // Tombstone is a boolean flag that indicates if the channel definition is owner a tombstone.
277
- // If true, the adder channel definition will be removed.
+ // Tombstone indicates if the channel definition is an owner tombstone that
+ // should be removed from the current channel definitions cache.
278
Tombstone bool `json:"tombstone"`
279
}
280
0 commit comments