Skip to content

Commit

Permalink
Merge branch 'develop' into BCI-3863-filteredlogs-instead-of-manualfi…
Browse files Browse the repository at this point in the history
…ltering
  • Loading branch information
Farber98 committed Aug 13, 2024
2 parents 770e010 + 220ca2a commit d71bac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crib-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ jobs:
CRIB_NETWORK: geth
CRIB_NODES: 5
GAP_URL: ${{ secrets.GAP_URL }}
# SETH_LOG_LEVEL: debug
SETH_LOG_LEVEL: info
# RESTY_DEBUG: true
# TEST_PERSISTENCE: true
TEST_PERSISTENCE: true
run: |-
go test -v -run TestCRIB
- name: Destroy CRIB Environment
Expand Down
2 changes: 0 additions & 2 deletions core/services/chainlink/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ func NewApplication(opts ApplicationOpts) (Application, error) {
signer := externalPeer
externalPeerWrapper = externalPeer
remoteDispatcher := remote.NewDispatcher(externalPeerWrapper, signer, opts.CapabilitiesRegistry, globalLogger)
srvcs = append(srvcs, remoteDispatcher)

dispatcher = remoteDispatcher
} else {
dispatcher = opts.CapabilitiesDispatcher
Expand Down

0 comments on commit d71bac3

Please sign in to comment.