File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -205,10 +205,10 @@ impl<Pk: MiniscriptKey> Tr<Pk> {
205205 }
206206 }
207207
208- // Compute the [`TaprootSpendInfo`] associated with this descriptor if spend data is [None]
209- // If spend data is already computed (i.e it is not None), this does not recompute it
210- // TaprootSpendInfo is only required for spending via the script paths.
211- fn spend_info ( & self ) -> Arc < TaprootSpendInfo >
208+ /// Compute the [`TaprootSpendInfo`] associated with this descriptor if spend data is [None]
209+ /// If spend data is already computed (i.e it is not None), this does not recompute it
210+ /// TaprootSpendInfo is only required for spending via the script paths.
211+ pub fn spend_info ( & self ) -> Arc < TaprootSpendInfo >
212212 where
213213 Pk : ToPublicKey ,
214214 {
You can’t perform that action at this time.
0 commit comments