mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-12-26 00:18:11 +00:00
glossary: Fix grammar
This commit is contained in:
parent
0e9ba5e9e6
commit
f5bc68d5f2
@ -235,7 +235,7 @@ Transaction Pool::
|
||||
An unordered collection of transactions that are not in blocks in the main chain, but for which we have input transactions.
|
||||
|
||||
Turing completeness::
|
||||
A program language is called "Turing complete", if that it can run any program that a Turing machine can run given enough time and memory.
|
||||
A program language is called "Turing complete" if it can run any program that a Turing machine can run, given enough time and memory.
|
||||
|
||||
UTXO (aka Unspent Transaction Output)::
|
||||
UTXO is an Unspent Transaction Output that can be spent as an input in a new transaction.
|
||||
|
Loading…
Reference in New Issue
Block a user