Skip to content

Commit

Permalink
jq not needed anymore for tx
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa committed Oct 28, 2015
1 parent 8c9ad2e commit d4e5d23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions coldstorage_cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You may view it using:

.. code-block:: bash
cat unsigned.txn | jq -r '.hex' | electrum deserialize -
cat unsigned.txn | electrum deserialize -
Sign the transaction
--------------------
Expand All @@ -36,7 +36,7 @@ the offline wallet:

.. code-block:: bash
cat unsigned.txn | jq -r '.hex' | electrum signtransaction - > signed.txn
cat unsigned.txn | electrum signtransaction - > signed.txn
The command will ask for your password, and save the
signed transaction in 'signed.txn'</p>
Expand All @@ -48,7 +48,7 @@ Send your transaction to the Bitcoin network, using broadcast:

.. code-block:: bash
cat signed.txn | jq -r '.hex' | electrum broadcast -
cat signed.txn | electrum broadcast -
If successful, the command will return the ID of the
transaction.
Expand Down

0 comments on commit d4e5d23

Please sign in to comment.