diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-06-23 19:00:44 +0200 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2015-07-29 18:29:30 +0100 |
| commit | c257476410bfa3f15ff8f3c2ff9433ff4557a2f2 (patch) | |
| tree | c6c4128b0ecd739d40ac1c4d57b8ee357691d631 | |
| parent | fix crash on shutdown when e.g. changing -txindex and abort action (diff) | |
| download | discoin-c257476410bfa3f15ff8f3c2ff9433ff4557a2f2.tar.xz discoin-c257476410bfa3f15ff8f3c2ff9433ff4557a2f2.zip | |
doc: mention bitcoin-submittx example in release notes
| -rw-r--r-- | doc/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index d2f2079fb..d2680d5a1 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -151,6 +151,8 @@ transaction (re)broadcast: One such application is selective Tor usage, where the node runs on the normal internet but transactions are broadcasted over Tor. +For an example script see [bitcoin-submittx](https://github.com/laanwj/bitcoin-submittx). + Privacy: Stream isolation for Tor ---------------------------------- |