Explorar el Código

add 区块星链

tags/v2.1.0
DengBiao hace 2 años
padre
commit
b84172d171
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. +0
    -3
      svc/svc_block_star_chain_settlement.go

+ 0
- 3
svc/svc_block_star_chain_settlement.go Ver fichero

@@ -16,9 +16,6 @@ func GetUserCoinAmount(session *xorm.Session, masterId string, coinId, uid int)
amount, err = cache.GetString(redisKey)
if err != nil {
if err.Error() == "redigo: nil returned" {
if err != nil {
return amount, err
}
userVirtualAmount, err := db.GetUserVirtualWalletWithSession(session, uid, coinId)
if err != nil {
return amount, err


Cargando…
Cancelar
Guardar