Skip to content

Commit 3ce6b76

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
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)