mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 15:19:07 +01:00
refactor: remove unused using directives
This commit is contained in:
@@ -26,11 +26,6 @@
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
|
||||
namespace node {
|
||||
struct NodeContext;
|
||||
}
|
||||
using node::NodeContext;
|
||||
|
||||
static RPCHelpMan validateaddress()
|
||||
{
|
||||
return RPCHelpMan{
|
||||
|
||||
Reference in New Issue
Block a user