Skip to content

Commit 4727a3d

Browse files
authored
Merge pull request #1653 from evoskuil/master
Fix comment typo (@MarnixCroes).
2 parents b1c0711 + df39302 commit 4727a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/bitcoin/system/chain/enums/script_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace chain {
2828
/// Script versions (bip141).
2929
enum class script_version
3030
{
31-
/// If the version byte is 0 (either P2WPKH or P2WSH or inavalid) [bip141].
31+
/// If the version byte is 0 (either P2WPKH or P2WSH or invalid) [bip141].
3232
segwit = 0,
3333

3434
/// Taproot output is native segwit output with version number 1 [bip431].

0 commit comments

Comments
 (0)