Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
krehermann committed Dec 9, 2024
1 parent 2bb3f3e commit 670c0b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/big-camels-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#bugfix fix non-idempotent loopp registry.Register
3 changes: 0 additions & 3 deletions plugins/loop_registry.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package plugins

import (
"errors"
"fmt"
"sort"
"sync"
Expand All @@ -14,8 +13,6 @@ import (
"github.com/smartcontractkit/chainlink/v2/core/config"
)

var ErrExists = errors.New("plugin already registered")

type RegisteredLoop struct {
Name string
EnvCfg loop.EnvConfig
Expand Down

0 comments on commit 670c0b3

Please sign in to comment.