mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
TestShell: Fix typo in TestShell warning printout
This commit is contained in:
parent
bdda137878
commit
d3ed06e2cd
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class TestShell:
|
||||||
|
|
||||||
def reset(self):
|
def reset(self):
|
||||||
if self.running:
|
if self.running:
|
||||||
print("Shutdown TestWrapper before resetting!")
|
print("Shutdown TestShell before resetting!")
|
||||||
else:
|
else:
|
||||||
self.num_nodes = None
|
self.num_nodes = None
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
Loading…
Add table
Reference in a new issue