3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 15:22:16 +00:00
altcoinj/tools
Mike Hearn 70cd2ffb96 Wallet: throw exceptions when completing a transaction fails.
If there's insufficient balance (typical error) then InsufficientMoneyException is thrown (checked).
If the SendRequest is bad in some way, like asking to create a spend that would violate the protocol rules, IllegalArgumentException is thrown (unchecked).

Also make VerificationException (and thus ProtocolException+ScriptException) unchecked.

Resolves issue 425.
2013-11-27 15:25:52 +01:00
..
src/main/java/com/google/bitcoin/tools Wallet: throw exceptions when completing a transaction fails. 2013-11-27 15:25:52 +01:00
pom.xml Version 0.11-SNAPSHOT 2013-07-30 14:47:39 +02:00
wallet-tool Don't require 4G heap for wallet tool. 2013-06-12 11:12:15 +02:00