mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 15:26:03 -04:00
Use biteasy testnet as link for tx explorer
This commit is contained in:
parent
aff235dbb0
commit
107731b884
@ -95,7 +95,8 @@ public class TxIdTextField extends AnchorPane {
|
||||
textField.setOnMouseClicked(mouseEvent -> {
|
||||
try {
|
||||
// TODO get the url form the app preferences
|
||||
Utilities.openURL("https://blockchain.info/tx/" + txID);
|
||||
Utilities.openURL("https://www.biteasy.com/testnet/transactions/" + txID);
|
||||
//Utilities.openURL("https://blockchain.info/tx/" + txID);
|
||||
} catch (Exception e) {
|
||||
log.warn(e.getMessage());
|
||||
Popups.openWarningPopup("Warning", "Opening blockchain.info failed. Please check your internet " +
|
||||
|
Loading…
x
Reference in New Issue
Block a user