Skip to content

Commit

Permalink
Update custom onchain explorer example URL
Browse files Browse the repository at this point in the history
Need to add "/tx/" to the custom onchain explorer url to properly open the transaction
  • Loading branch information
macaronish authored and hsjoberg committed May 29, 2024
1 parent 455df1f commit aa5249d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ ${t("LN.inbound.dialog.msg3")}`;
const setCustomExplorer = async () => {
const explorer = await Alert.promisePromptCallback(
"Custom Onchain Explorer",
"Set a custom onchain explorer (https://domain.com/)",
"Set a custom onchain explorer (https://domain.com/tx/)",
undefined,
onchainExplorer in OnchainExplorer ? undefined : onchainExplorer,
);
Expand Down

0 comments on commit aa5249d

Please sign in to comment.