mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
fixing create-wallet script
This commit is contained in:
@@ -16,9 +16,9 @@ async function createWallet () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Wait for the wallet to be created.
|
// Wait for the wallet to be created.
|
||||||
this.bchWallet = new BchWallet(undefined, advancedConfig)
|
const bchWallet = new BchWallet(undefined, advancedConfig)
|
||||||
await this.bchWallet.walletInfoPromise
|
await bchWallet.walletInfoPromise
|
||||||
const walletData = this.bchWallet.walletInfo
|
const walletData = bchWallet.walletInfo
|
||||||
walletData.nextAddress = 1
|
walletData.nextAddress = 1
|
||||||
|
|
||||||
// Save the wallet file to disk.
|
// Save the wallet file to disk.
|
||||||
|
|||||||
Reference in New Issue
Block a user