From b7a17444e0746c562ae97b26eba431577947b06a Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Wed, 18 Aug 2021 12:29:36 +0200 Subject: log, sync: add LOCK logging category, apply it to lock contention --- test/functional/rpc_misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/functional/rpc_misc.py b/test/functional/rpc_misc.py index 563f2ea43e..13f33c321f 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()), 24) + assert_equal(len(node.logging()), 25) # Test toggling a logging category on/off/on with the logging RPC. assert_equal(node.logging()['qt'], True) -- cgit v1.2.3