mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-31 15:22:16 +00:00
70cd2ffb96
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. |
||
---|---|---|
.. | ||
src/main/java/com/google/bitcoin/examples | ||
pom.xml |