Skip to content

Commit

Permalink
Updated daemon to 1.8.0, pused waller ver to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuMaster committed Oct 22, 2022
1 parent 4c49069 commit f10ac24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/installer.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RequestExecutionLevel admin

!macro customInstall

MessageBox MB_OK "Chain files folder will get cleaned for 1.4.2, its recommended to predownload it next step" IDOK
MessageBox MB_OK "Chain files folder will get cleaned for 1.4.3, its recommended to predownload it next step" IDOK
ExecWait '"$INSTDIR\resources\installer\cleanupchain.cmd"'

MessageBox MB_YESNO "Would you like to predownload the blockchain data? This could save you several hours of syncing the blockchain. If you are upgrading, press NO." IDYES true IDNO false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "XAYA-Electron",
"version": "1.4.2",
"version": "1.4.3",
"description": "XAYA",
"homepage": "https://github.com/xaya/xaya_electron",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions src/app/service/global.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1180,8 +1180,8 @@ export class GlobalService implements OnDestroy {
// After Bitcoin Core update, we need to create wallets manually if missing
if (!fs.existsSync(filenameCheckWallets))
{
this.client.createWallet("vault.dat");
this.client.createWallet("game.dat");
_that.client.createWallet("vault.dat");
_that.client.createWallet("game.dat");
}


Expand Down

0 comments on commit f10ac24

Please sign in to comment.