From b261f075941b0663cea559b7dccbe555224c1b14 Mon Sep 17 00:00:00 2001 From: Eric Ehlers Date: Fri, 16 Aug 2019 11:04:24 +0100 Subject: [PATCH] fix typos in 3.3 --- 03_3_Setting_Up_Your_Wallet.md | 1 - 1 file changed, 1 deletion(-) diff --git a/03_3_Setting_Up_Your_Wallet.md b/03_3_Setting_Up_Your_Wallet.md index 7217b3f..42abb4f 100644 --- a/03_3_Setting_Up_Your_Wallet.md +++ b/03_3_Setting_Up_Your_Wallet.md @@ -66,7 +66,6 @@ $ bitcoin-cli importwallet backup.dat Sometimes, you might want to actually look at the private keys associated with your Bitcoin addresses. Perhaps you want to be able to sign a message or spend bitcoins from a different machine. Perhaps you just want to back up certain important private keys. -To look at _all_ the keys in your wallet, type `bitcoin-cli ~/dumpwallet mywallet.txt`. To look at _all_ the keys in your wallet, type `bitcoin-cli dumpwallet ~/mywallet.txt`. ``` $ bitcoin-cli dumpwallet ~/mywallet.txt