@@ -211,8 +211,6 @@ def main():
while True:
setup_logging()
try:
LOGGER.info("获取最新交易数据...")
if new_transactions := fetch_latest_transactions():
LOGGER.info("获取到%d条新交易", len(new_transactions))
SEEN_TXHASHES.update(tx["transactionHash"] for tx in new_transactions)
The note is not visible to the blocked user.