Skip to content

Commit 5c0013f

Browse files
DUQUEredesclaude
andcommitted
tests: add is_key_image_spent to DEFAULT_TESTS
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4fb19e5 commit 5c0013f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional_tests/functional_tests_rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
USAGE = 'usage: functional_tests_rpc.py <python> <srcdir> <builddir> [<tests-to-run> | all]'
1313
DEFAULT_TESTS = [
1414
'address_book', 'bans', 'blockchain', 'cold_signing', 'daemon_info', 'get_output_distribution',
15-
'http_digest_auth', 'integrated_address', 'k_anonymity', 'mining', 'multisig', 'p2p', 'proofs',
15+
'http_digest_auth', 'integrated_address', 'is_key_image_spent', 'k_anonymity', 'mining', 'multisig', 'p2p', 'proofs',
1616
'rpc_payment', 'sign_message', 'transfer', 'txpool', 'uri', 'validate_address', 'wallet'
1717
]
1818
try:

0 commit comments

Comments
 (0)