Skip to content

Commit

Permalink
TT-1102: fix return of the funds from CL node sending key (#13194)
Browse files Browse the repository at this point in the history
  • Loading branch information
iljapavlovs authored May 20, 2024
1 parent e48ed90 commit dccbda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/docker/test_env/test_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ func (te *CLClusterTestEnv) returnFunds() error {

for _, evmClient := range te.evmClients {
for _, chainlinkNode := range te.ClCluster.Nodes {
fundedKeys, err := chainlinkNode.API.ExportEVMKeysForChain(te.evmClients[0].GetChainID().String())
fundedKeys, err := chainlinkNode.API.ExportEVMKeysForChain(evmClient.GetChainID().String())
if err != nil {
return err
}
Expand Down

0 comments on commit dccbda7

Please sign in to comment.