From b663065f4753c5a169b6a1ef4d3f43cda8f7cf8c Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Fri, 6 Mar 2015 14:00:04 +0100 Subject: [PATCH] fixed indentation --- libweb3jsonrpc/WebThreeStubServerBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libweb3jsonrpc/WebThreeStubServerBase.cpp b/libweb3jsonrpc/WebThreeStubServerBase.cpp index 844e9ffc1..7ab29787b 100644 --- a/libweb3jsonrpc/WebThreeStubServerBase.cpp +++ b/libweb3jsonrpc/WebThreeStubServerBase.cpp @@ -380,7 +380,7 @@ string WebThreeStubServerBase::eth_getBlockTransactionCountByHash(std::string co } catch (...) { - throw jsonrpc::JsonRpcException(jsonrpc::Errors::ERROR_RPC_INVALID_PARAMS); + throw jsonrpc::JsonRpcException(jsonrpc::Errors::ERROR_RPC_INVALID_PARAMS); } return toJS(client()->transactionCount(hash));