mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
test: Remove useless overwrite
This commit is contained in:
parent
dd097c42df
commit
facce4ca44
1 changed files with 0 additions and 3 deletions
|
@ -25,9 +25,6 @@ class AnchorsTest(BitcoinTestFramework):
|
||||||
self.num_nodes = 1
|
self.num_nodes = 1
|
||||||
self.disable_autoconnect = False
|
self.disable_autoconnect = False
|
||||||
|
|
||||||
def setup_network(self):
|
|
||||||
self.setup_nodes()
|
|
||||||
|
|
||||||
def run_test(self):
|
def run_test(self):
|
||||||
node_anchors_path = os.path.join(
|
node_anchors_path = os.path.join(
|
||||||
self.nodes[0].datadir, "regtest", "anchors.dat"
|
self.nodes[0].datadir, "regtest", "anchors.dat"
|
||||||
|
|
Loading…
Add table
Reference in a new issue