tremove redundant 'stop' in regtest setUp (should run a bit faster) - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit c67fb88e5862a97c9b1841f9c449bb0724defcbf
DIR parent 0702338912ec9074e3532e85c43479fe06eb4970
HTML Author: ThomasV <thomasv@electrum.org>
Date: Sat, 31 Aug 2019 08:49:31 +0200
remove redundant 'stop' in regtest setUp (should run a bit faster)
Diffstat:
M electrum/tests/regtest.py | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/electrum/tests/regtest.py b/electrum/tests/regtest.py
t@@ -15,7 +15,6 @@ class TestLightning(unittest.TestCase):
assert process.returncode == 0
def setUp(self):
- self.run_shell(['stop'])
self.run_shell(['init'])
self.run_shell(['start'])