mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-02 18:34:57 +01:00
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. |
||
---|---|---|
.. | ||
java/bisq/core | ||
resources |