mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05: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):
|
||||
if self.running:
|
||||
print("Shutdown TestWrapper before resetting!")
|
||||
print("Shutdown TestShell before resetting!")
|
||||
else:
|
||||
self.num_nodes = None
|
||||
super().__init__()
|
||||
|
|
Loading…
Add table
Reference in a new issue