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 @@ -211,10 +211,10 @@ impl<Pk: MiniscriptKey> Tr<Pk> {
211
211
}
212
212
}
213
213
214
- // Compute the [`TaprootSpendInfo`] associated with this descriptor if spend data is [None]
215
- // If spend data is already computed (i.e it is not None), this does not recompute it
216
- // TaprootSpendInfo is only required for spending via the script paths.
217
- fn spend_info ( & self ) -> Arc < TaprootSpendInfo >
214
+ /// Compute the [`TaprootSpendInfo`] associated with this descriptor if spend data is [None]
215
+ /// If spend data is already computed (i.e it is not None), this does not recompute it
216
+ /// TaprootSpendInfo is only required for spending via the script paths.
217
+ pub fn spend_info ( & self ) -> Arc < TaprootSpendInfo >
218
218
where
219
219
Pk : ToPublicKey ,
220
220
{
You can’t perform that action at this time.
0 commit comments