aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2016-08-23 10:31:39 +1000
committerIan Coleman <coleman.ian@gmail.com>2016-08-23 10:31:39 +1000
commitefe41586705d3eba480da31bb1002c4e54e73ef0 (patch)
treef071e764935ce06c165fdc014ed29172271c3cef /src/index.html
parent563e401a4f3880da88bfc69cf51be5a1becd4c66 (diff)
downloadBIP39-efe41586705d3eba480da31bb1002c4e54e73ef0.tar.gz
BIP39-efe41586705d3eba480da31bb1002c4e54e73ef0.tar.zst
BIP39-efe41586705d3eba480da31bb1002c4e54e73ef0.zip
BIP32 Root Key can be specified by user
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 6708675..fcdf109 100644
--- a/src/index.html
+++ b/src/index.html
@@ -105,7 +105,7 @@
105 <div class="form-group"> 105 <div class="form-group">
106 <label for="root-key" class="col-sm-2 control-label">BIP32 Root Key</label> 106 <label for="root-key" class="col-sm-2 control-label">BIP32 Root Key</label>
107 <div class="col-sm-10"> 107 <div class="col-sm-10">
108 <textarea id="root-key" class="root-key form-control" readonly="readonly"></textarea> 108 <textarea id="root-key" class="root-key form-control"></textarea>
109 </div> 109 </div>
110 </div> 110 </div>
111 </form> 111 </form>