|
@@ -47,9 +47,9 @@ class BlockchainWalletService {
|
|
|
): Promise<WalletAddresses> {
|
|
): Promise<WalletAddresses> {
|
|
|
// 设置默认返回值
|
|
// 设置默认返回值
|
|
|
const defaultResult: WalletAddresses = {
|
|
const defaultResult: WalletAddresses = {
|
|
|
- btc: { address: '', balance: this.formatBalance(0) },
|
|
|
|
|
- eth: { address: '', balance: this.formatBalance(0) },
|
|
|
|
|
- tron: { address: '', balance: this.formatBalance(0) }
|
|
|
|
|
|
|
+ btc: { address: '-', balance: this.formatBalance(0) },
|
|
|
|
|
+ eth: { address: '-', balance: this.formatBalance(0) },
|
|
|
|
|
+ tron: { address: '-', balance: this.formatBalance(0) }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
try {
|
|
try {
|