From 31bf3d8648ccd65bb91313b8df9d770842f5a090 Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Mon, 20 Apr 2015 16:37:49 -0400 Subject: [PATCH] Dev Docs: Fix s/offline wallet/signing-only wallet/ Suggested by cbaumler (thanks!) Closes #835 --- _includes/guide_wallets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/guide_wallets.md b/_includes/guide_wallets.md index e35f4ad1..9e88300f 100644 --- a/_includes/guide_wallets.md +++ b/_includes/guide_wallets.md @@ -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 (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 transactions, giving the signed transactions back to the networked wallet.