plaprade / Mojocoin-Faucet

Faucet web application for Bitcoin
The Unlicense
23 stars 10 forks source link

Hangs on insufficient funds #12

Closed jprupp closed 11 years ago

jprupp commented 11 years ago

I am trying this in my test environment. I have all but depleted my testing wallet, got it down to 0.0004 testcoins. I set the maximum withdrawal to be a hundred percent of what the wallet has. Now this is not enough to pay the minimum transaction fee. Since Continuum is not bubbling the errors up the chain, the faucet just hangs on the transaction forever. I'm going to try to work this particular case out without modifying Continuum.

plaprade commented 11 years ago

There's code to handle this in Controller.pm but I guess it doesn't work ;)