From 0f36ed0b986d43fb2f42cfe09a136c3723c5cb65 Mon Sep 17 00:00:00 2001 From: Jason Kuroda Date: Thu, 20 Feb 2025 15:12:37 -0800 Subject: [PATCH] removed main key from block for followChainStream --- content/documentation/rpc/chain/follow_chain_stream.mdx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/content/documentation/rpc/chain/follow_chain_stream.mdx b/content/documentation/rpc/chain/follow_chain_stream.mdx index 2d0febc5..7f5a2c76 100644 --- a/content/documentation/rpc/chain/follow_chain_stream.mdx +++ b/content/documentation/rpc/chain/follow_chain_stream.mdx @@ -25,12 +25,7 @@ the head of the chain (true by default). head: { sequence: number } - block: RpcBlock & { - /** - * @deprecated this can be derived from the type - */ - main: boolean - } + block: RpcBlock } ```