Dev Docs: Fix s/offline wallet/signing-only wallet/

Suggested by cbaumler (thanks!)

Closes #835
This commit is contained in:
David A. Harding 2015-04-20 16:37:49 -04:00
parent a2a5f454cb
commit 31bf3d8648
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -110,7 +110,7 @@ and transfers the unsigned transactions to the signing-only wallet.
Often, users are given a chance to review the unsigned transactions' details Often, users are given a chance to review the unsigned transactions' details
(particularly the output details) using the signing-only wallet. (particularly the output details) using the signing-only wallet.
After the optional review step, the offline wallet uses the parent After the optional review step, the signing-only wallet uses the parent
private key to derive the appropriate child private keys and signs the private key to derive the appropriate child private keys and signs the
transactions, giving the signed transactions back to the networked wallet. transactions, giving the signed transactions back to the networked wallet.