From d39bdf339772166a5545ae811e58b7764af093a8 Mon Sep 17 00:00:00 2001 From: Matthew Zipkin Date: Wed, 5 Jun 2024 17:04:40 -0400 Subject: [PATCH] test: remove unused variable in interface_rpc.py --- test/functional/interface_rpc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/functional/interface_rpc.py b/test/functional/interface_rpc.py index b08ca42796..6c1855c400 100755 --- a/test/functional/interface_rpc.py +++ b/test/functional/interface_rpc.py @@ -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