3 lines
No EOL
130 B
Python
3 lines
No EOL
130 B
Python
from onionrutils import epoch
|
|
def replay_timestamp_validation(timestamp):
|
|
return epoch.get_epoch() - int(timestamp) <= 2419200 |