Update timestamp index test

This commit is contained in:
Duke Leto
2019-12-24 07:58:07 -05:00
parent 1c5e3e71b8
commit e9340c6a28

View File

@@ -1,19 +1,18 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
# Copyright (c) 2014-2015 The Bitcoin Core developers # Copyright (c) 2014-2015 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying # Copyright (c) 2019-2020 The Hush developers
# file COPYING or http://www.opensource.org/licenses/mit-license.php. # Released under the GPLv3
# #
# Test timestampindex generation and fetching # Test timestampindex generation and fetching
# #
import time import time
from test_framework.test_framework import BitcoinTestFramework from test_framework.test_framework import HushTestFramework
from test_framework.util import * from test_framework.util import *
class TimestampIndexTest(BitcoinTestFramework): class TimestampIndexTest(HushTestFramework):
def setup_chain(self): def setup_chain(self):
print("Initializing test directory "+self.options.tmpdir) print("Initializing test directory "+self.options.tmpdir)