diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-01-18 15:43:47 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-01-18 15:43:49 -0500 |
commit | 9a97f39afaa890caa7987c6bc001b9a66e3e74e8 (patch) | |
tree | 76c7421e01bfc32e42c5193484f541bc2d333f34 /test/functional | |
parent | e839d6570d9d0575a63ac45d35ad8bc248aeaacc (diff) | |
parent | 77678426000b88834ca0beb4353f20730b0f5510 (diff) |
Merge #12212: Trivial: Fix spelling in zapwallettxes test description
7767842600 Trivial: Fix spelling in zapwallettxes test description (Jeremiah Buddenhagen)
Pull request description:
Tree-SHA512: 9b7ff6ac75c8cacfa6ebf7992a1688e109643ea6a43cd7977b1d0f0d5e3ca627c0d8aa55f503a1fb492e7da16a8b97621837230ab42af99dcacc28a0a14ecf5c
Diffstat (limited to 'test/functional')
-rwxr-xr-x | test/functional/zapwallettxes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/zapwallettxes.py b/test/functional/zapwallettxes.py index 0471f2afb3..08afb87894 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. """ |