txscript: Fix typo in README
This commit is contained in:
parent
95361a2afc
commit
528ddaf23e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ package for any projects needing to use or validate bitcoin transaction scripts.
|
||||||
|
|
||||||
## Bitcoin Scripts
|
## Bitcoin Scripts
|
||||||
|
|
||||||
Bitcoin provides a stack-based, FORTH-like langauge for the scripts in
|
Bitcoin provides a stack-based, FORTH-like language for the scripts in
|
||||||
the bitcoin transactions. This language is not turing complete
|
the bitcoin transactions. This language is not turing complete
|
||||||
although it is still fairly powerful. A description of the language
|
although it is still fairly powerful. A description of the language
|
||||||
can be found at https://en.bitcoin.it/wiki/Script
|
can be found at https://en.bitcoin.it/wiki/Script
|
||||||
|
|
Loading…
Reference in a new issue