mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
test: remove unused variable in interface_rpc.py
This commit is contained in:
@@ -14,7 +14,6 @@ from typing import Optional
|
|||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
|
||||||
RPC_INVALID_ADDRESS_OR_KEY = -5
|
|
||||||
RPC_INVALID_PARAMETER = -8
|
RPC_INVALID_PARAMETER = -8
|
||||||
RPC_METHOD_NOT_FOUND = -32601
|
RPC_METHOD_NOT_FOUND = -32601
|
||||||
RPC_INVALID_REQUEST = -32600
|
RPC_INVALID_REQUEST = -32600
|
||||||
|
|||||||
Reference in New Issue
Block a user