From 3e25b745c70f1b2555fd34201cdf106a517ba369 Mon Sep 17 00:00:00 2001 From: Robin Millette Date: Tue, 5 Apr 2016 17:10:55 -0400 Subject: [PATCH] removed a few extraneous

--- coldstorage_cmdline.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/coldstorage_cmdline.rst b/coldstorage_cmdline.rst index 8f81ae7..0a4514f 100644 --- a/coldstorage_cmdline.rst +++ b/coldstorage_cmdline.rst @@ -8,7 +8,7 @@ Create an unsigned transaction ------------------------------ With your online (watching-only) wallet, create an -unsigned transaction:

+unsigned transaction: .. code-block:: bash @@ -29,7 +29,7 @@ Sign the transaction The serialization format of Electrum contains the master public key needed and key derivation, used by the offline -wallet to sign the transaction.

+wallet to sign the transaction. Thus we only need to pass the serialized transaction to the offline wallet: @@ -39,7 +39,7 @@ the offline wallet: cat unsigned.txn | electrum signtransaction - > signed.txn The command will ask for your password, and save the -signed transaction in 'signed.txn'

+signed transaction in 'signed.txn' Broadcast the transaction ------------------------- @@ -52,4 +52,3 @@ Send your transaction to the Bitcoin network, using broadcast: If successful, the command will return the ID of the transaction. -