We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c736c commit 2db98baCopy full SHA for 2db98ba
crates/chain/src/tx_graph.rs
@@ -980,7 +980,7 @@ impl<A: Anchor> TxGraph<A> {
980
/// This is the infallible version of [`try_list_canonical_txs`].
981
///
982
/// [`try_list_canonical_txs`]: Self::try_list_canonical_txs
983
- pub fn list_canonical_txs<'a, C: ChainOracle + 'a>(
+ pub fn list_canonical_txs<'a, C: ChainOracle<Error = Infallible> + 'a>(
984
&'a self,
985
chain: &'a C,
986
chain_tip: BlockId,
0 commit comments