0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

test: remove unused variable in interface_rpc.py

This commit is contained in:
Matthew Zipkin 2024-06-05 17:04:40 -04:00
parent 0ead71df8c
commit d39bdf3397
No known key found for this signature in database
GPG key ID: E7E2984B6289C93A

View file

@ -14,7 +14,6 @@ from typing import Optional
import subprocess
RPC_INVALID_ADDRESS_OR_KEY = -5
RPC_INVALID_PARAMETER = -8
RPC_METHOD_NOT_FOUND = -32601
RPC_INVALID_REQUEST = -32600