Skip to content

Commit

Permalink
add explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
Hser2bio committed Nov 13, 2020
1 parent 39e880a commit 991816e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/optionsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ OptionsDialog::OptionsDialog(QWidget *parent, bool enableWallet) :
}
}
#if QT_VERSION >= 0x040700
ui->thirdPartyTxUrls->setPlaceholderText("https://example.com/tx/%s");
ui->thirdPartyTxUrls->setPlaceholderText("https://explorer.lqxcommunity.org/tx/%s");
#endif

ui->unit->setModel(new BitcoinUnits(this));
Expand Down

0 comments on commit 991816e

Please sign in to comment.