2 # Copyright (c) 2016 The Bitcoin Core developers
3 # Distributed under the MIT software license, see the accompanying
4 # file COPYING or http://www.opensource.org/licenses/mit-license.php.
7 # Helper script to create the cache
8 # (see BitcoinTestFramework.setup_chain)
11 from test_framework
.test_framework
import BitcoinTestFramework
13 class CreateCache(BitcoinTestFramework
):
18 # Test network and test nodes are not required:
22 def setup_network(self
):
28 if __name__
== '__main__':