test: remove unused variable in interface_rpc.py

pull/30238/head
Matthew Zipkin 5 months ago
parent 0ead71df8c
commit d39bdf3397
No known key found for this signature in database
GPG Key ID: E7E2984B6289C93A

@ -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

Loading…
Cancel
Save