Skip to content

Commit

Permalink
print return funds error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Apr 29, 2024
1 parent 09867b1 commit d4cfdd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/actions/seth/refund.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ func ReturnFundsFromNodes(log zerolog.Logger, client *seth.Client, chainlinkNode

err = sendAllFundsIfPossible(log, client, decryptedKey.PrivateKey)
if err != nil {
log.Error().Err(err).Msg("Failed to return funds from Chainlink node to default network wallet")
publicKey := decryptedKey.PrivateKey.Public()
publicKeyECDSA, ok := publicKey.(*ecdsa.PublicKey)
if !ok {
Expand Down

0 comments on commit d4cfdd6

Please sign in to comment.