From 4b33ab8e6a5088d8a97ad466d57308b29cb13c7f Mon Sep 17 00:00:00 2001 From: Brooks Boyd Date: Thu, 16 Aug 2012 15:14:11 -0500 Subject: [PATCH] Fix Private QR code showing public key --- bitaddress.org.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitaddress.org.html b/bitaddress.org.html index 002ac046..1b1d723f 100644 --- a/bitaddress.org.html +++ b/bitaddress.org.html @@ -4301,7 +4301,7 @@ ninja.qrCode.showQrCode(keyValuePair, 175); var keyValuePair = {} - keyValuePair["qrcode_private" + idPostFix] = bitcoinAddress; + keyValuePair["qrcode_private" + idPostFix] = privateKeyWif; ninja.qrCode.showQrCode(keyValuePair, 200); } // browsers that failed to generate keys