Browse Source

fixed indentation

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
b663065f47
  1. 2
      libweb3jsonrpc/WebThreeStubServerBase.cpp

2
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));

Loading…
Cancel
Save