@clonegod/ttd-bsc-common 3.0.23 → 3.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -134,8 +134,6 @@ class AbstractDexTrade extends ttd_core_1.AbastrcatTrade {
|
|
|
134
134
|
const signedMainTx = ensure0x(rawMainTx);
|
|
135
135
|
const signedTips = rawTips.map(ensure0x);
|
|
136
136
|
txid = ethers_compat_1.ethersCompat.keccak256(signedMainTx);
|
|
137
|
-
(0, ttd_core_1.log_info)(`[debug] signedMainTx type=${typeof signedMainTx}, length=${signedMainTx.length}, prefix=${signedMainTx.substring(0, 10)}`);
|
|
138
|
-
(0, ttd_core_1.log_info)(`[debug] signedTips types=${signedTips.map(t => typeof t).join(',')}, lengths=${signedTips.map(t => t.length).join(',')}`);
|
|
139
137
|
const tipTxMap = new Map();
|
|
140
138
|
builderAddresses.forEach((addr, idx) => tipTxMap.set(addr, signedTips[idx]));
|
|
141
139
|
(0, ttd_core_1.log_info)(`交易已签名`, { txid, nonce, caller: caller.address, gasPriceGwei: realGasPriceGwei }, order_trace_id);
|