blockchain / service-my-wallet-v3

Blockchain Wallet API Service
https://blockchain.info/api/blockchain_wallet_api
GNU Affero General Public License v3.0
913 stars 520 forks source link

ERR_PUSHTX safe to retry? #416

Open ViolatorOfSegments opened 5 years ago

ViolatorOfSegments commented 5 years ago

Poking through the node code, this seems to be a catchall error. Is it safe to retry a send payment that failed with this error, or is it possible that that the payment was made but an error occurred before the response was completely built?

I get these sporadically on an established automated system but they seem to come in clusters.

(wallet service 0.26.3, nodejs 6.16.0, debian 8)