afa 7 mesi fa
parent
commit
02a6ccc404
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      application/common/model/LedgerWalletModel.php

+ 1 - 1
application/common/model/LedgerWalletModel.php

@@ -81,7 +81,7 @@ class LedgerWalletModel extends Model
                 $changeModel = new LedgerTokenChangeModel();
                 break;
             case Asset::TEAC:
-                $changeModel = new LedgerTokenChangeModel();
+                $changeModel = new LedgerTeacChangeModel();
                 break;
             case Asset::SMH:
                 $changeModel = new LedgerSmhChangeModel();