badger-cash / badger

Your gateway to the world of Bitcoin Cash (BCH) apps
https://badger.bitcoin.com/
MIT License
63 stars 47 forks source link

Sending two transactions too quickly after one another causes an error #185

Open cgcardona opened 5 years ago

cgcardona commented 5 years ago

Describe the bug When paying for txs with the Badger button if I click twice too quickly it tries to doublespend the same utxo and throws an error.

christroutner commented 5 years ago

I believe Pete and I caught this during the initial testing of Badger Wallet pre-launch. There error says something about 'no UTXO found' or something like that, right?

I remember at the time it seemed like the error was getting handled correctly, so it wasn't anything we were worried about. If I'm remembering correctly, the error is originating from the full node and only occurs in these strange corner-case of double-taps or network hiccups.

cgcardona commented 5 years ago

It's a very common bug report for Satoshi Dice users