Fixed parsing of DomainData, many other fixes.
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
<div class="buttons has-addons">
|
||||
<button class="button is-info is-light" onclick="loadKey();" title="Load keypair from file">Load key</button>
|
||||
<button class="button is-info is-light" id="save_key" onclick="saveKey();" disabled title="Save current keypair to file">Save key</button>
|
||||
<button class="button is-info" onclick="createKey();" title="Generate new keypair, suitable to mine domains">Mine new key</button>
|
||||
<button class="button is-info" id="new_key_button" onclick="createKey();" title="Generate new keypair, suitable to mine domains">Mine new key</button>
|
||||
</div>
|
||||
</div>
|
||||
<p class="help">To mine domains (or zones) you need to mine a strong pair of keys.</p>
|
||||
|
||||
Reference in New Issue
Block a user