3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-07 06:44:16 +00:00
altcoinj/core
Mike Hearn ed75774605 Transaction.verify: make it throw VerificationException subclasses, and add a check for duplicated outpoints.
This check does not have any impact on existing apps as in full verification mode the UTXO set is already effectively performing this check, and general SPV wallets don't verify inputs meaningfully anyway (they could just be random). However it's useful for Lighthouse and can't hurt - a tx with a duplicated outpoint is always invalid.
2014-09-01 17:06:41 +02:00
..
src Transaction.verify: make it throw VerificationException subclasses, and add a check for duplicated outpoints. 2014-09-01 17:06:41 +02:00
findbugs.xml Update findbugs.xml to suppress useless warnings. 2013-02-28 18:38:16 +01:00
pom.xml Consistently use version 2.8 of maven-dependency-plugin. 2014-08-11 11:18:09 +02:00