File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -66,21 +66,18 @@ big/little-endian hex.
6666## Module import style
6767
6868While not always good style, it's often convenient for quick scripts if
69- import * can be used. To support that all the modules have \ __ all__ defined
69+ ` import * ` can be used. To support that all the modules have ` __all__ ` defined
7070appropriately.
7171
7272
7373# Example Code
7474
75- See examples/ directory. For instance this example creates a transaction
75+ See ` examples/ ` directory. For instance this example creates a transaction
7676spending a pay-to-script-hash transaction output:
7777
7878 $ PYTHONPATH=. examples/spend-pay-to-script-hash-txout.py
7979 <hex-encoded transaction>
8080
81- Also see dust-b-gone for a simple example of Bitcoin Core wallet interaction
82- through the RPC interface: https://github.com/petertodd/dust-b-gone
83-
8481
8582## Selecting the chain to use
8683
You can’t perform that action at this time.
0 commit comments