wesmiler %!s(int64=2) %!d(string=hai) anos
pai
achega
d6cf20f81f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Services/WalletService.php

+ 1 - 0
app/Services/WalletService.php

@@ -494,6 +494,7 @@ class WalletService extends BaseService
                             continue;
                         }
 
+                        var_dump($txid);
                         $memberInfo = MemberModel::where(['trc_url' => $ownerAddress,'mark'=>1])
                             ->select(['id','email','trc_url','usdt','balance'])
                             ->orderBy('id','asc')