email registration updated
This commit is contained in:
@@ -338,10 +338,8 @@ func (a *AccountAPI) openOrgLedgerAccount(ctx context.Context, org *model.Organi
|
||||
return merrors.Internal("chain gateway default asset is not configured")
|
||||
}
|
||||
|
||||
currency := strings.ToUpper(strings.TrimSpace(a.chainAsset.TokenSymbol))
|
||||
if currency == "" {
|
||||
return merrors.Internal("chain gateway default asset token symbol is not configured")
|
||||
}
|
||||
// TODO: remove hardcode
|
||||
currency := "RUB"
|
||||
|
||||
var describable *describablev1.Describable
|
||||
name := strings.TrimSpace(sr.LedgerWallet.Name)
|
||||
|
||||
Reference in New Issue
Block a user