diff --git a/rpc/src/module/indexer.rs b/rpc/src/module/indexer.rs index 7d5429bed87..80a63cbbddb 100644 --- a/rpc/src/module/indexer.rs +++ b/rpc/src/module/indexer.rs @@ -63,7 +63,8 @@ pub trait IndexerRpc { /// /// ## Returns /// - /// > If the number of objects is less than the requested `limit`, it indicates that these are the last page of get_cells. + /// If the number of objects is less than the requested `limit`, it indicates that these are the last page of get_cells. + /// /// * objects: /// - output: the fields of an output cell /// - output_data: the cell data @@ -410,7 +411,7 @@ pub trait IndexerRpc { /// * after: pagination parameter, optional /// /// ## Returns - /// > If the number of objects is less than the requested `limit`, it indicates that these are the last page of get_transactions. + /// If the number of objects is less than the requested `limit`, it indicates that these are the last page of get_transactions. /// * objects - enum, ungrouped TxWithCell | grouped TxWithCells /// - TxWithCell: /// - tx_hash: transaction hash,