bisq/core/src
wiz 988f920051
Check existence of selected block explorer using name string comparison
After further testing, I realized I introduced a bug in commit
4f4b0f6ce9 because apparently the
ArrayList.contains() method does not properly work for
BlockChainExplorer object - to fix this I implemented a new
contains() method that uses string comparison instead
2020-01-03 20:13:17 +01:00
..
main Check existence of selected block explorer using name string comparison 2020-01-03 20:13:17 +01:00
test Remove unused parameters from assorted methods 2019-12-19 03:42:54 +00:00