File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1644,7 +1644,7 @@ mod watermark_tests {
16441644
16451645/// Read-only `TxIndex` interface used by RPC complete queries.
16461646pub trait TxIndexReader : Send + Sync {
1647- /// Loads the exact durable watermark from the TxIndex store.
1647+ /// Loads the exact durable watermark from the ` TxIndex` store.
16481648 fn watermark ( & self ) -> Result < Option < IndexWatermark > , IndexError > ;
16491649
16501650 /// Resolves a confirmed transaction by txid via `source`.
@@ -1669,9 +1669,9 @@ pub trait TxIndexReader: Send + Sync {
16691669 ) -> Result < Option < u64 > , IndexError > ;
16701670}
16711671
1672- /// Mutation-only interface owned by the asynchronous TxIndex worker.
1672+ /// Mutation-only interface owned by the asynchronous ` TxIndex` worker.
16731673pub trait TxIndexWriter : Send + Sync {
1674- /// Loads the exact durable watermark from the TxIndex store.
1674+ /// Loads the exact durable watermark from the ` TxIndex` store.
16751675 fn watermark ( & self ) -> Result < Option < IndexWatermark > , IndexError > ;
16761676
16771677 /// Atomically connects a contiguous slice and publishes its terminal watermark.
You can’t perform that action at this time.
0 commit comments