Skip to content

Commit

Permalink
psbt: remove invalid type from typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed May 2, 2022
1 parent a764afd commit e6367b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btcutil/psbt/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const (
// The value is the witness script of this input, if it has one.
WitnessScriptOutputType OutputType = 1

j // Bip32DerivationOutputType is used to communicate derivation information
// Bip32DerivationOutputType is used to communicate derivation information
// needed to spend this output. The key is ({0x02}|{public key}).
//
// The value is master key fingerprint concatenated with the derivation
Expand Down

0 comments on commit e6367b2

Please sign in to comment.