From deba3d64366b3ddb54460166d93b7529af70c977 Mon Sep 17 00:00:00 2001 From: Mawuli Adzoe Date: Fri, 24 Jul 2015 06:59:43 +0000 Subject: [PATCH] Fix tiny typo in docs. --- hdkeychain/example_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hdkeychain/example_test.go b/hdkeychain/example_test.go index aa04165..26f8459 100644 --- a/hdkeychain/example_test.go +++ b/hdkeychain/example_test.go @@ -55,7 +55,7 @@ func Example_defaultWalletLayout() { // Ordinarily this would either be read from some encrypted source // and be decrypted or generated as the NewMaster example shows, but - // for the purposes of this example, the private exteded key for the + // for the purposes of this example, the private extended key for the // master node is being hard coded here. master := "xprv9s21ZrQH143K3QTDL4LXw2F7HEK3wJUD2nW2nRk4stbPy6cq3jP" + "PqjiChkVvvNKmPGJxWUtg6LnF5kejMRNNU3TGtRBeJgk33yuGBxrMPHi" @@ -151,7 +151,7 @@ func Example_audits() { // Ordinarily this would either be read from some encrypted source // and be decrypted or generated as the NewMaster example shows, but - // for the purposes of this example, the private exteded key for the + // for the purposes of this example, the private extended key for the // master node is being hard coded here. master := "xprv9s21ZrQH143K3QTDL4LXw2F7HEK3wJUD2nW2nRk4stbPy6cq3jP" + "PqjiChkVvvNKmPGJxWUtg6LnF5kejMRNNU3TGtRBeJgk33yuGBxrMPHi"