Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Use blockchain.info for viewing claim transactions on the main networ…
Browse files Browse the repository at this point in the history
…k, as it reacts faster than biteasy.
  • Loading branch information
mikehearn committed Jan 8, 2015
1 parent 20a23af commit 08fe61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main/java/lighthouse/controls/ProjectView.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
public class ProjectView extends HBox {
private static final Logger log = LoggerFactory.getLogger(ProjectView.class);

private static final String BLOCK_EXPLORER_SITE = "https://www.biteasy.com/blockchain/transactions/%s";
private static final String BLOCK_EXPLORER_SITE = "https://blockchain.info/tx/%s";
private static final String BLOCK_EXPLORER_SITE_TESTNET = "https://www.biteasy.com/testnet/transactions/%s";

@FXML Label projectTitle;
Expand Down

1 comment on commit 08fe61a

@HostFat
Copy link

@HostFat HostFat commented on 08fe61a Jan 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are used to advise http://btc.blockr.io to our italian users, we think that it works better than bc.info, although I don't know if it's the faster.

Please sign in to comment.