Skip to content

Commit

Permalink
Got rid of hard-coded activation time for our testnet fork
Browse files Browse the repository at this point in the history
Oops. This was left-in unintentionally!  Fixed.
  • Loading branch information
cculianu committed Aug 11, 2020
1 parent d69202f commit 4421a73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/asert_daa.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ def __init__(self, is_testnet=False):
if is_testnet:
# From ASERT spec, testnet has 1 hour half-life
self.TAU = 3600
# DELETE ME XXX HACK TODO: for testing our forked testnet testing
self.MTP_ACTIVATION_TIME = 1597096200

@staticmethod
def bits_to_target(bits: int) -> int: return bits_to_target(bits)
Expand Down

0 comments on commit 4421a73

Please sign in to comment.