mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 06:47:57 +00:00
Fix Typo (#3805)
The `chain::error::FutureResult` doc is currently referring to the wrong structure
This commit is contained in:
@@ -23,7 +23,7 @@ use jsonrpc_core as rpc;
|
||||
/// Chain RPC Result type.
|
||||
pub type Result<T> = std::result::Result<T, Error>;
|
||||
|
||||
/// State RPC future Result type.
|
||||
/// Chain RPC future Result type.
|
||||
pub type FutureResult<T> = Box<dyn rpc::futures::Future<Item = T, Error = Error> + Send>;
|
||||
|
||||
/// Chain RPC errors.
|
||||
|
||||
Reference in New Issue
Block a user