Skip to content

Commit

Permalink
Merge pull request #6 from millette/patch-1
Browse files Browse the repository at this point in the history
removed a few extraneous </p>
  • Loading branch information
ecdsa committed Apr 5, 2016
2 parents 48f7b7d + 3e25b74 commit 8115f09
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions coldstorage_cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Create an unsigned transaction
------------------------------

With your online (watching-only) wallet, create an
unsigned transaction:</p>
unsigned transaction:

.. code-block:: bash
Expand All @@ -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.</p>
wallet to sign the transaction.

Thus we only need to pass the serialized transaction to
the offline wallet:
Expand All @@ -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'</p>
signed transaction in 'signed.txn'

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

0 comments on commit 8115f09

Please sign in to comment.