From 88accef336a806ddc4e5f49be63d8435d7c97325 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Tue, 23 Jun 2015 19:00:44 +0200 Subject: [PATCH] doc: mention bitcoin-submittx example in release notes --- doc/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) 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 ----------------------------------