From 7dddf0b58d7fe5438d0ec9f81d439ae5f630769b Mon Sep 17 00:00:00 2001 From: sgladkov Date: Thu, 3 Nov 2022 17:37:33 +0300 Subject: [PATCH] temp allow clear pool methods --- src/Lachain.Core/RPC/HTTP/HttpService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Lachain.Core/RPC/HTTP/HttpService.cs b/src/Lachain.Core/RPC/HTTP/HttpService.cs index b3d14d8d3..529e81972 100644 --- a/src/Lachain.Core/RPC/HTTP/HttpService.cs +++ b/src/Lachain.Core/RPC/HTTP/HttpService.cs @@ -42,8 +42,8 @@ public void Start(RpcConfig rpcConfig) "validator_start", "validator_stop", "fe_sendTransaction", - "deleteTransactionPoolRepository", - "clearInMemoryPool", + //"deleteTransactionPoolRepository", + //"clearInMemoryPool", "eth_sendTransaction", "eth_signTransaction", "fe_unlock",