diff --git a/subxt/src/rpc/rpc.rs b/subxt/src/rpc/rpc.rs index 48b7ce5b66..ff8c714513 100644 --- a/subxt/src/rpc/rpc.rs +++ b/subxt/src/rpc/rpc.rs @@ -366,6 +366,7 @@ impl Rpc { } /// Subscribe to runtime version updates that produce changes in the metadata. + /// The first item emitted by the stream is the current runtime version. pub async fn subscribe_runtime_version( &self, ) -> Result, Error> {