MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / _commit_tx_window

Method _commit_tx_window

IntelOSINT.py:17906–17912  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17904 balance = 0
17905
17906 def _commit_tx_window():
17907 first_utc, last_utc, age_days = self._crypto_ts_window(timestamps)
17908 if first_utc:
17909 info["Prima transazione UTC"] = first_utc
17910 info["Ultima transazione UTC"] = last_utc
17911 if age_days is not None:
17912 info["Età prima tx (giorni)"] = str(age_days)
17913
17914 # --- BITCOIN ---
17915 if ticker == "BTC":

Callers

nothing calls this directly

Calls 1

_crypto_ts_windowMethod · 0.95

Tested by

no test coverage detected