File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -815,10 +815,10 @@ impl PsbtExt for Psbt {
815
815
816
816
/// Extension trait for PSBT inputs
817
817
pub trait PsbtInputExt {
818
- /// Given the decriptor for utxo being spent, populate the input with all the required fields to
818
+ /// Given the descriptor for utxo being spent, populate the input with all the required fields to
819
819
/// spend it.
820
820
///
821
- /// If the descriptor contains wilcards or otherwise cannot be transformed into a concrete
821
+ /// If the descriptor contains wildcards or otherwise cannot be transformed into a concrete
822
822
/// descriptor an error will returned. The descriptor *can* (and should) have extended keys in
823
823
/// it so PSBT fields like `bip32_derivation` and `tap_key_origins` can be populated.
824
824
///
You can’t perform that action at this time.
0 commit comments