1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-12-27 17:08:09 +00:00

"program language" -> "programming language"

This commit is contained in:
Darko Janković 2018-03-13 20:48:36 +01:00 committed by GitHub
parent 7ec7303842
commit 1377879f3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,7 +239,7 @@ transaction pool::
An unordered collection of transactions that are not in blocks in the main chain, but for which we have input transactions. An unordered collection of transactions that are not in blocks in the main chain, but for which we have input transactions.
Turing completeness:: Turing completeness::
A program language is called "Turing complete" if it can run any program that a Turing machine can run, given enough time and memory. A programming language is called "Turing complete" if it can run any program that a Turing machine can run, given enough time and memory.
unspent transaction output (UTXO):: unspent transaction output (UTXO)::
UTXO is an unspent transaction output that can be spent as an input in a new transaction. UTXO is an unspent transaction output that can be spent as an input in a new transaction.