Skip to content

Commit 8aa7cdd

Browse files
Merge pull request #338 from marcus290/master
Wallet GUI: Updates bootstrap link in wallet
2 parents 0efd87c + 517057a commit 8aa7cdd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/release-notes/release-notes-4.5.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ The new launch arguments are:
5757

5858
### Other modifications in the NavCoin client
5959

60+
- Updated link to bootstrap file in wallet gui. <[Pull Request 338](https://github.com/NAVCoin/navcoin-core/pull/338)>
6061
- Community Fund RPC Tests clean up. <[Pull Request 318](https://github.com/NAVCoin/navcoin-core/pull/318)> <[Commit 7730c7b](https://github.com/NAVCoin/navcoin-core/commit/7730c7bc84256ddb995408c1bc775015f0219d2d)>
6162
- Fixed changelog link to NPIP. <[Pull Request 317](https://github.com/NAVCoin/navcoin-core/pull/317)> <[Commit f0ea24c](https://github.com/NAVCoin/navcoin-core/commit/f0ea24c2228107f765735ec2136f9f20e6eda456)>
62-
- Updated link to NavCoin github repo. <[Pull Request 314](https://github.com/NAVCoin/navcoin-core/pull/314)> <[Commit dcdece2](https://github.com/NAVCoin/navcoin-core/commit/dcdece2be47b4ab55b6231024aef2bc20e7d3b0c)>
63+
- Updated link to NavCoin github repo. <[Pull Request 314](https://github.com/NAVCoin/navcoin-core/pull/314)> <[Commit dcdece2](https://github.com/NAVCoin/navcoin-core/commit/dcdece2be47b4ab55b6231024aef2bc20e7d3b0c)>

src/qt/navcoingui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ void NavCoinGUI::createActions()
502502
void NavCoinGUI::bootstrapBlockchain()
503503
{
504504
bool ok = false;
505-
QString defaultUrl = "https://nav.nyc3.digitaloceanspaces.com/bootstrap/mainnet/bootstrap-navcoin_" +
505+
QString defaultUrl = "https://s3.amazonaws.com/navcoin-bootstrap/bootstrap-navcoin_" +
506506
QString::fromStdString(Params().NetworkIDString()) + "net.tar";
507507
QString url = QInputDialog::getText(this, tr("Bootstrap blockchain"),
508508
tr("You can use an external trusted source to download the blockchain from.<BR>The following URL points to a bootstrap copy provided by the NavCoin Core Team.<BR>Where would you like to download it from?"), QLineEdit::Normal,

0 commit comments

Comments
 (0)