Rony преди 2 години
родител
ревизия
f7fdfd322a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      model/moralis_sdk.js

+ 1 - 1
model/moralis_sdk.js

@@ -567,7 +567,7 @@ async function transfers(obj, my_account_all_coins, logParams) {
         for (let index = 0; index < my_account_all_coins.transfer_arrays.length; index++) {
             var ti = my_account_all_coins.transfer_arrays[index]
                 //去掉gas费用
-                // let collect_amount = BigInt(ti.amount) - 21000 ** 18;
+            let collect_amount = BigInt(ti.amount);
             ti.amount = collect_amount.toString();
             //
             logger.tlog('ti=', ti, index)