aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_misc.py
diff options
context:
space:
mode:
authorAnthony Towns <aj@erisian.com.au>2021-10-04 14:44:41 +1000
committerAnthony Towns <aj@erisian.com.au>2021-10-11 21:45:49 +1000
commit31b2b802b5b8f214e91ec47fbc953c6ca95c7cf9 (patch)
tree840b1f4a3a76225119ff5e4bff6912d2ceac870b /test/functional/rpc_misc.py
parentda94ebc2facd75c6105a7bd31765c6d2b37fc73b (diff)
downloadbitcoin-31b2b802b5b8f214e91ec47fbc953c6ca95c7cf9.tar.xz
blockstorage: use debug log category
Diffstat (limited to 'test/functional/rpc_misc.py')
-rwxr-xr-xtest/functional/rpc_misc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/rpc_misc.py b/test/functional/rpc_misc.py
index ac2a7a309b..e32e562bce 100755
--- a/test/functional/rpc_misc.py
+++ b/test/functional/rpc_misc.py
@@ -57,7 +57,7 @@ class RpcMiscTest(BitcoinTestFramework):
self.log.info("test logging rpc and help")
# Test logging RPC returns the expected number of logging categories.
- assert_equal(len(node.logging()), 26)
+ assert_equal(len(node.logging()), 27)
# Test toggling a logging category on/off/on with the logging RPC.
assert_equal(node.logging()['qt'], True)