@clonegod/ttd-sui-common 1.0.74 → 1.0.76
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.
|
@@ -321,7 +321,7 @@ class AbstractSuiDexTradePlus extends dist_1.AbastrcatTrade {
|
|
|
321
321
|
for (let i = 1; i <= try_times; i++) {
|
|
322
322
|
setTimeout(() => {
|
|
323
323
|
let group_id = this.appConfig.trade_runtime.group.id;
|
|
324
|
-
this.appConfig.arb_cache.redis_event_publisher.publish_wallet_raw_tx_event(group_id, wallet, { group_id, wallet, txid, remark:
|
|
324
|
+
this.appConfig.arb_cache.redis_event_publisher.publish_wallet_raw_tx_event(group_id, wallet, { group_id, wallet, txid, remark: `PRE_REFRESH_OBJECTS_${i}` });
|
|
325
325
|
}, i * try_delay_ms);
|
|
326
326
|
}
|
|
327
327
|
}, 0);
|