mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-02 23:42:33 +02:00
TestShell: Fix typo in TestShell warning printout
This commit is contained in:
parent
bdda137878
commit
d3ed06e2cd
@ -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…
Reference in New Issue
Block a user