diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-01-16 23:07:18 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-04-05 11:53:50 +0200 |
commit | 6aae129a60d1646018c855c067d830d3086693f6 (patch) | |
tree | c54b6d1be12456117232df95a83c3dbfe92e9d72 /qa/rpc-tests | |
parent | ad8c743421a9e64fea4ede8072fe07b4d266c1a8 (diff) |
[qa] wallet: Print maintenance
Github-Pull: #7372
Rebased-From: facd288c31c387bb3582c32f767a730ece6e408a
Diffstat (limited to 'qa/rpc-tests')
-rwxr-xr-x | qa/rpc-tests/wallet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/wallet.py b/qa/rpc-tests/wallet.py index 3d4b922ae9..667c676ec6 100755 --- a/qa/rpc-tests/wallet.py +++ b/qa/rpc-tests/wallet.py @@ -3,7 +3,6 @@ # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. - from test_framework.test_framework import BitcoinTestFramework from test_framework.util import * @@ -265,6 +264,7 @@ class WalletTest (BitcoinTestFramework): '-salvagewallet', ] for m in maintenance: + print "check " + m stop_nodes(self.nodes) wait_bitcoinds() self.nodes = start_nodes(3, self.options.tmpdir, [[m]] * 3) |