docs: fix incorrect method reference in try_recover_sealed_with_senders (#20410)

This commit is contained in:
Gigi
2025-12-16 13:27:53 +01:00
committed by GitHub
parent d72935628a
commit b6772370d7

View File

@@ -218,7 +218,7 @@ impl<B: Block> RecoveredBlock<B> {
/// A safer variant of [`Self::new_sealed`] that checks if the number of senders is equal to
/// the number of transactions in the block and recovers the senders from the transactions, if
/// not using [`SignedTransaction::recover_signer_unchecked`](crate::transaction::signed::SignedTransaction)
/// not using [`SignedTransaction::recover_signer`](crate::transaction::signed::SignedTransaction)
/// to recover the senders.
///
/// Returns an error if any of the transactions fail to recover the sender.