mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 08:08:11 +00:00
Fixing markup and removing unneccesary file from book.asciidoc RT #185160
This commit is contained in:
parent
7e72af605a
commit
2ca656f3da
@ -1,7 +1,6 @@
|
|||||||
[appendix]
|
[appendix]
|
||||||
== Bitcoin Improvement Proposals
|
== Bitcoin Improvement Proposals
|
||||||
|
|
||||||
----
|
|
||||||
Bitcoin Improvement Proposals are design documents providing information to the bitcoin community, or describing a new feature for bitcoin or its processes or environment.
|
Bitcoin Improvement Proposals are design documents providing information to the bitcoin community, or describing a new feature for bitcoin or its processes or environment.
|
||||||
|
|
||||||
As per BIP0001 _BIP Purpose and Guidelines_, there are three kinds of BIP:
|
As per BIP0001 _BIP Purpose and Guidelines_, there are three kinds of BIP:
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
== pycoin, ku, and tx
|
== pycoin, ku, and tx
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
The Python library http://github.com/richardkiss/pycoin[+pycoin+], originally written and maintained by Richard Kiss, is a Python-based library that supports manipulation of bitcoin keys and transactions, even supporting the scripting language enough to properly deal with nonstandard transactions.
|
The Python library http://github.com/richardkiss/pycoin[+pycoin+], originally written and maintained by Richard Kiss, is a Python-based library that supports manipulation of bitcoin keys and transactions, even supporting the scripting language enough to properly deal with nonstandard transactions.
|
||||||
|
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
[[tx_script_ops]]
|
[[tx_script_ops]]
|
||||||
[appendix]
|
[appendix]
|
||||||
|
|
||||||
== Transaction Script Language Operators, Constants, and Symbols
|
== Transaction Script Language Operators, Constants, and Symbols
|
||||||
|
|
||||||
----
|
|
||||||
<<tx_script_ops_table_pushdata>> shows operators for pushing values onto the stack.
|
<<tx_script_ops_table_pushdata>> shows operators for pushing values onto the stack.
|
||||||
|
|
||||||
[[tx_script_ops_table_pushdata]]
|
[[tx_script_ops_table_pushdata]]
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
= Mastering Bitcoin
|
= Mastering Bitcoin
|
||||||
|
|
||||||
include::planned_toc.asciidoc[]
|
|
||||||
|
|
||||||
include::preface.asciidoc[]
|
include::preface.asciidoc[]
|
||||||
|
|
||||||
include::ch01.asciidoc[]
|
include::ch01.asciidoc[]
|
||||||
|
@ -1 +1 @@
|
|||||||
== Index
|
= Index
|
Loading…
Reference in New Issue
Block a user