Skip to content

Commit 7c381a0

Browse files
committed
pkg/types/llo: ChannelDefinitionCache accepts the previous definition
1 parent 8fe3630 commit 7c381a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/types/llo/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ func (c ChannelDefinitions) Value() (driver.Value, error) {
359359
type ChannelID = uint32
360360

361361
type ChannelDefinitionCache interface {
362-
Definitions() ChannelDefinitions
362+
Definitions(previous ChannelDefinitions) ChannelDefinitions
363363
services.Service
364364
}
365365

0 commit comments

Comments
 (0)