mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-consumer.git
synced 2026-09-21 16:52:03 -07:00
Fixing typo with web3 wallet
This commit is contained in:
@@ -46,7 +46,7 @@ class Wallet {
|
||||
} else {
|
||||
// By default use the web3 Cash Stack (https://cashstack.info)
|
||||
advancedConfig.interface = 'consumer-api'
|
||||
advancedConfig.restURL = this.config.consumerUrl
|
||||
advancedConfig.restURL = this.config.apiServer
|
||||
}
|
||||
|
||||
console.log('advancedConfig setting when creating wallet: ', advancedConfig)
|
||||
@@ -84,8 +84,6 @@ class Wallet {
|
||||
const wallet = new this.BchWallet(mnemonic, config)
|
||||
await wallet.walletInfoPromise
|
||||
|
||||
console.log('_instanceWallet() wallet.bchjs.restURL: ', wallet.bchjs.restURL)
|
||||
|
||||
return wallet
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user