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
This commit is contained in:
parent
cbdd96c591
commit
340930ba12
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
</div>
|
||||
<div id="detailkeyarea">
|
||||
<div class="notes">
|
||||
<span id="detaillabelnote1">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).</span>
|
||||
<span id="detaillabelnote1">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).</span>
|
||||
<br /><br />
|
||||
</div>
|
||||
<div class="pubqr">
|
||||
|
|
Loading…
Add table
Reference in a new issue