From 4e4a43b59e9e85b75dd9440749a938c0ef8462cc Mon Sep 17 00:00:00 2001 From: Maran Date: Tue, 12 Mar 2013 22:31:10 +0100 Subject: [PATCH] Ammended release notes about raw tx --- RELEASE-NOTES | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6accaab1..45f2e5b4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -35,8 +35,7 @@ For an example, see Gavin's tutorial: https://gist.github.com/gavinandresen/3966 1. user creates an unsigned transaction using the online (watching-only) wallet. 2. unsigned transaction is copied to the offline computer, and signed by the offline wallet. 3. signed transaction is copied to the online computer, broadcasted by the online client. - -* Raw transactions can also be loaded/signed/broadcasted via the GUI. + 4. All these steps can be done via the command line interface or the classic GUI. * Many command line commands have been renamed in order to make the syntax consistent with bitcoind.