Multibit-Legacy / multibit-hd

Deprecated Bitcoin Wallet
https://multibit.org/blog/2017/07/26/multibit-shutdown.html
Other
172 stars 113 forks source link

Could not empty wallet #670

Closed jim618 closed 8 years ago

jim618 commented 9 years ago

"thread_name": "AWT-EventQueue-0", "logger_name": "org.multibit.hd.core.services.BitcoinNetworkService", "message": "Could not complete the transaction without signing", "stack_trace": "org.bitcoinj.core.Wallet$CouldNotAdjustDownwards: null at org.bitcoinj.core.Wallet.completeTx(Wallet.java:3730) ~[multibit-hd.jar:na] at org.multibit.hd.core.services.BitcoinNetworkService.completeWithoutSigning(BitcoinNetworkService.java:902) [multibit-hd.jar:na] at org.multibit.hd.core.services.BitcoinNetworkService.prepareTransaction(BitcoinNetworkService.java:765) [multibit-hd.jar:na] at org.multibit.hd.ui.views.wizards.empty_wallet.EmptyWalletWizardModel.prepareTransaction(EmptyWalletWizardModel.java:280) [multibit-hd.jar:na] at org.multibit.hd.ui.views.wizards.empty_wallet.EmptyWalletWizardModel.showNext(EmptyWalletWizardModel.java:118) [multibit-hd.jar:na]

gary-rowe commented 9 years ago

Looks like the wallet didn't have enough funds to allow it to be emptied. We'll need a warning for this.

jim618 commented 9 years ago

Presumably caused by too much dust

jim618 commented 8 years ago

BitcoinNetworkService#completeWithoutSigning has already had it's error handling tweaked so that:

Nothing to do so closing.