bisq/core/src/main
Alva Swanson 516d3c8d7d
TxValidator: Fix crash on missing vin[0].prevout
The `checkFeeAmountBTC` method looks up the `value` field of the
`vin[0].prevout` field without checking whether `vin[0].prevout` exists.
When the field is missing `JsonElement jsonVIn0Value =
jsonVin0.getAsJsonObject("prevout").get("value");` (line 193) throws a
NullPointerException.
2024-01-15 10:29:49 +01:00
..
java/bisq/core TxValidator: Fix crash on missing vin[0].prevout 2024-01-15 10:29:49 +01:00
resources Merge pull request #6994 from jmacxx/resync_popup_change 2024-01-14 11:48:08 +00:00