From 316fa18593096ed3bc1610f83aa59298bc269cb4 Mon Sep 17 00:00:00 2001 From: Pasta Date: Wed, 24 Jul 2019 12:13:09 -0500 Subject: [PATCH] s/bitcoind/dashd Signed-off-by: Pasta --- 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 af867d7a5..963f229b4 100755 --- a/test/functional/zapwallettxes.py +++ b/test/functional/zapwallettxes.py @@ -4,7 +4,7 @@ # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test the zapwallettxes functionality. -- start two bitcoind nodes +- start two dashd nodes - create two transactions on node 0 - one is confirmed and one is unconfirmed. - restart node 0 and verify that both the confirmed and the unconfirmed transactions are still available.