pull/541/head
sidhujag 2020-09-13 13:07:21 -07:00
parent 5160b85257
commit 92403ba3e0
1 changed files with 1 additions and 1 deletions

View File

@ -1172,7 +1172,7 @@ func (w *Worker) GetAddress(address string, page int, txsOnPage int, option Acco
assetGuid := strconv.FormatUint(uint64(k), 10)
tokens = append(tokens, &bchain.Token{
Type: bchain.SPTTokenType,
Name: assetGuid + " (" + dbAsset.AssetObj.Symbol + ")",
Name: address,
Decimals: int(dbAsset.AssetObj.Precision),
Symbol: string(dbAsset.AssetObj.Symbol),
BalanceSat: (*bchain.Amount)(v.BalanceSat),