mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
Note that this changes behavior slightly. We are now warning on inputs with null value and skipping inputs with no value in the sum. Previously we were checking for non-null getConnectedOutput(). I reviewed the code and whenever getConnectedOutput() is non-null, getValue() should also be non-null. There might be cases where we have a value and no connected output, but in those cases I think we should use the value. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
findbugs.xml |