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 } ```