Use biteasy testnet as link for tx explorer

This commit is contained in:
Manfred Karrer 2014-11-19 15:07:17 +01:00
parent aff235dbb0
commit 107731b884

View File

@ -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 " +