From 8c1a29ac5686b865f9faa8a682bdaff5c3d1534e Mon Sep 17 00:00:00 2001 From: sgladkov Date: Tue, 17 May 2022 12:17:38 +0300 Subject: [PATCH] temp enable for 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 2ab757b4b..61e62a22b 100644 --- a/src/Lachain.Core/RPC/HTTP/HttpService.cs +++ b/src/Lachain.Core/RPC/HTTP/HttpService.cs @@ -41,8 +41,8 @@ public void Start(RpcConfig rpcConfig) // TODO: remove this comment after the working auth //"validator_stop", "fe_sendTransaction", - "deleteTransactionPoolRepository", - "clearInMemoryPool", + //"deleteTransactionPoolRepository", + //"clearInMemoryPool", "eth_sendTransaction", "eth_signTransaction", };