Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3ce6b76

Browse filesBrowse files
committed
Remove dust-b-gone from README
No longer maintained.
1 parent acdc99d commit 3ce6b76
Copy full SHA for 3ce6b76

File tree

Expand file treeCollapse file tree

1 file changed

+2
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-5
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -66,21 +66,18 @@ big/little-endian hex.
6666
## Module import style
6767

6868
While 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
7070
appropriately.
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
7676
spending 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.