diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-09-03 14:48:08 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-09-03 16:14:57 +0200 |
commit | facce4ca44bc206b7656e297a7fa5dfb83a01012 (patch) | |
tree | 13c0851a65d1186398f23cb50d9c388a15ccdf97 /test | |
parent | dd097c42df7378c9d0114c04c82b3c38c18e13dc (diff) |
test: Remove useless overwrite
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/feature_anchors.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/feature_anchors.py b/test/functional/feature_anchors.py index c39f6e6d4b..7be393a4ea 100755 --- a/test/functional/feature_anchors.py +++ b/test/functional/feature_anchors.py @@ -25,9 +25,6 @@ class AnchorsTest(BitcoinTestFramework): self.num_nodes = 1 self.disable_autoconnect = False - def setup_network(self): - self.setup_nodes() - def run_test(self): node_anchors_path = os.path.join( self.nodes[0].datadir, "regtest", "anchors.dat" |