diff options
author | Alexander Cyon <alex.cyon@gmail.com> | 2024-05-28 19:25:46 +0200 |
---|---|---|
committer | Alexander Cyon <alex.cyon@gmail.com> | 2024-05-28 19:25:46 +0200 |
commit | 1eefea0456d661b4c51f3a40b7262d6a99161edd (patch) | |
tree | 4f84740d22e4220a8c0488e1932d6ee8b3841547 /bip-0158 | |
parent | e2f7481a132e1c5863f5ffcbff009964d7c2af20 (diff) |
Fix typos on 17 files.
Diffstat (limited to 'bip-0158')
-rw-r--r-- | bip-0158/gentestvectors.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0158/gentestvectors.go b/bip-0158/gentestvectors.go index e51b984..2d11b14 100644 --- a/bip-0158/gentestvectors.go +++ b/bip-0158/gentestvectors.go @@ -37,7 +37,7 @@ var ( {49291, "Tx pays to empty output script"}, {180480, "Tx spends from empty output script"}, {926485, "Duplicate pushdata 913bcc2be49cb534c20474c4dee1e9c4c317e7eb"}, - {987876, "Coinbase tx has unparseable output script"}, + {987876, "Coinbase tx has unparsable output script"}, {1263442, "Includes witness data"}, {1414221, "Empty data"}, } |