From 1e0522fe8f9c8b5c3918ef2c51ef3621895eebc0 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 4 Jun 2018 17:31:30 -0700 Subject: Add a TODO comment on StructLog type in the docs --- packages/website/ts/containers/ethereum_types_documentation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/website') diff --git a/packages/website/ts/containers/ethereum_types_documentation.ts b/packages/website/ts/containers/ethereum_types_documentation.ts index ab0c88316..28d3d92dc 100644 --- a/packages/website/ts/containers/ethereum_types_documentation.ts +++ b/packages/website/ts/containers/ethereum_types_documentation.ts @@ -61,7 +61,7 @@ const docsInfoConfig: DocsInfoConfig = { 'EventAbi', 'DataItem', 'OpCode', - // 'StructLog', + // 'StructLog', // TODO: This type breaks the docs so we don't render it for now 'TransactionTrace', 'Unit', 'JSONRPCRequestPayload', -- cgit