Skip to content

Commit e43213a

Browse files
committed
Fix typo in src/pset/error.rs
1 parent 73206b4 commit e43213a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pset/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub enum Error {
8383
ConsensusEncoding,
8484
/// Too Large Pset
8585
TooLargePset,
86-
/// Specified a feild in from psbt v0. Disallowed in psbtv2(pset)
86+
/// Specified a field in from psbt v0. Disallowed in psbtv2(pset)
8787
ExpiredPsbtv0Field,
8888
/// Cannot change pset version
8989
IncorrectPsetVersion,

0 commit comments

Comments
 (0)