Skip to content

Commit fb42ebc

Browse files
committed
fixed markup
1 parent 95fc062 commit fb42ebc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Examples
2828
--------
2929

3030
Keys and Addresses
31-
^^^^^^^^^^^^^^^^^^
31+
------------------
3232

3333
Legacy Keys and Addresses
3434
https://github.com/karask/python-bitcoin-utils/blob/master/examples/keys_addresses.py - creates a private key which we use to derive a public key and in turn an address. We also use the private key to sign a message and then verify it using the public key.
@@ -40,7 +40,7 @@ Hierarchical Deterministic Keys
4040
https://github.com/karask/python-bitcoin-utils/blob/master/examples/hd_keys.py - creates an extended private key, from an xpriv/tpriv and path, which we use to derive a public key and in turn all different address (legacy, segwit v0 and taproot (segwit v1).
4141

4242
Legacy Transactions (P2PKH, P2SH)
43-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
43+
---------------------------------
4444

4545
Transaction with P2PKH input and outputs
4646
https://github.com/karask/python-bitcoin-utils/blob/master/examples/p2pkh_transaction.py - creates a simple transaction with one input and two outputs.
@@ -55,7 +55,7 @@ Create (spent) a P2SH Transaction
5555
https://github.com/karask/python-bitcoin-utils/blob/master/examples/spend_p2sh_transaction.py - creates a transaction that spends a P2SH output.
5656

5757
Non-standard Transactions
58-
^^^^^^^^^^^^^^^^^^^^^^^^^
58+
-------------------------
5959

6060
Create a non-standard tx
6161
https://github.com/karask/python-bitcoin-utils/blob/master/examples/create_non_std_tx.py - sends funds to an address with a non-standard tx (script: OP_ADD OP_5 OP_EQUAL)
@@ -64,7 +64,7 @@ Spend a non-standard tx
6464
https://github.com/karask/python-bitcoin-utils/blob/master/examples/spend_non_std_tx.py - spends funds from script OP_ADD OP_5 OP_EQUAL
6565

6666
Segwit Transactions
67-
^^^^^^^^^^^^^^^^^^^
67+
-------------------
6868

6969
Transaction to pay to a P2WPKH
7070
http://github.com/karask/python-bitcoin-utils/blob/master/examples/send_to_p2wpkh_transaction.py - send coins from two P2PKH UTXOs to a native segwit address (P2WPKH)
@@ -80,7 +80,7 @@ Spend from a P2SH(P2WPKH) nested segwit address
8080

8181

8282
Timelock Transactions
83-
^^^^^^^^^^^^^^^^^^^^^
83+
---------------------
8484

8585
Create a P2SH address with a relative timelock
8686
https://github.com/karask/python-bitcoin-utils/blob/master/examples/create_p2sh_csv_p2pkh_address.py - creates a P2SH address that locks funds (sent to it) with a private key (P2PKH) and a relative locktime of 200 blocks in the future.
@@ -115,7 +115,7 @@ Spend taproot from script path (has single alternative script path spend)
115115
https://github.com/karask/python-bitcoin-utils/blob/master/examples/spend_p2tr_single_script_by_script_path.py - single input, single output, spend script path.
116116

117117
Taproot with Multiple Script Paths
118-
---------------------------------
118+
----------------------------------
119119

120120
Send to taproot address that contains two scripts path spends
121121
https://github.com/karask/python-bitcoin-utils/blob/master/examples/send_to_p2tr_with_two_scripts.py - single input, single output (key path and two script paths - A and B).
@@ -130,7 +130,7 @@ Spend taproot from script path (has three alternative script path spends - A, B
130130
https://github.com/karask/python-bitcoin-utils/blob/master/examples/spend_p2tr_three_scripts_by_script_path.py - single input, single output, spend script path B.
131131

132132
Other
133-
^^^^^
133+
-----
134134

135135
Use NodeProxy to make calls to a Bitcoin node
136136
https://github.com/karask/python-bitcoin-utils/blob/master/examples/node_proxy.py - make Bitcoin command-line interface calls programmatically (NodeProxy wraps jsonrpc-requests library)

0 commit comments

Comments
 (0)