mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 09:50:32 +01:00
15a9086122
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 |