From 77678426000b88834ca0beb4353f20730b0f5510 Mon Sep 17 00:00:00 2001 From: Jeremiah Buddenhagen Date: Wed, 17 Jan 2018 16:49:45 -0800 Subject: [PATCH] Trivial: Fix spelling in zapwallettxes test description [skip ci] --- test/functional/zapwallettxes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/zapwallettxes.py b/test/functional/zapwallettxes.py index 0471f2afb..08afb8789 100755 --- a/test/functional/zapwallettxes.py +++ b/test/functional/zapwallettxes.py @@ -10,7 +10,7 @@ transactions are still available. - restart node 0 with zapwallettxes and persistmempool, and verify that both the confirmed and the unconfirmed transactions are still available. -- restart node 0 with just zapwallettxed and verify that the confirmed +- restart node 0 with just zapwallettxes and verify that the confirmed transactions are still available, but that the unconfirmed transaction has been zapped. """