From 340930ba12ca9706e373f2c513b2eb1b490f6592 Mon Sep 17 00:00:00 2001 From: pointbiz Date: Thu, 1 May 2014 00:04:08 -0400 Subject: [PATCH] remove promise to show MINI key on details tab. MINI key will only be shown when it is provided since it cannot be derived from other key formats. Conflicts: bitaddress.org.html package.json src/bitaddress-ui.html src/ninja.translator.js --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 973544f..68ca1d2 100644 --- a/src/index.html +++ b/src/index.html @@ -468,7 +468,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Your Private Key is a unique secret number that only you know. It can be encoded in a number of different formats. Below we show the Public Address and Public Key that corresponds to your Private Key as well as your Private Key in the most popular encoding formats (WIF, WIFC, HEX, B64, MINI). + Your Private Key is a unique secret number that only you know. It can be encoded in a number of different formats. Below we show the Public Address and Public Key that corresponds to your Private Key as well as your Private Key in the most popular encoding formats (WIF, WIFC, HEX, B64).