bisq/core/src
Steven Barclay c41903f7ab
Clean up TxValidatorTest & resource loading in other tests
Fix inspection warnings and other minor defects (unchecked casts, bad
'assert*' usage, unused assignments/declarations, missing null checks,
object equality on enum instances, needless statement lambdas, missing
final, redundant 'toString', needless visibility) in 'TxValidatorTest'.

Also, uniformise and slightly tidy resource loading in other test
classes, replacing 'Files.readAllBytes' with Java 11 'Files.readString'
(which assumes UTF-8 as desired, instead of the default charset).
2024-02-03 01:44:25 +08:00
..
main Merge pull request #7003 from alvasw/fix_crash_on_missing_vin_0_prevout 2024-01-25 11:26:35 +00:00
test Clean up TxValidatorTest & resource loading in other tests 2024-02-03 01:44:25 +08:00