File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 107
107
border-bottom: 1px dashed #000;
108
108
text-decoration: none;
109
109
}
110
+ .version {
111
+ position: absolute;
112
+ top: 5px;
113
+ right: 5px;
114
+ }
110
115
</style>
111
116
</head>
112
117
<body>
113
118
<div class="container">
114
119
115
120
<h1 class="text-center">Mnemonic Code Converter</h1>
121
+ <p class="version">v0.1.0</p>
116
122
<hr>
117
123
<div class="row">
118
124
<div class="col-md-12">
@@ -38726,7 +38732,7 @@ <h3 data-translate>Libraries</h3>
38726
38732
}
38727
38733
38728
38734
function convertRipplePriv(priv) {
38729
- return window.basex('123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz').decode(priv).toString("hex").slice(2)
38735
+ return window.basex('123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz').decode(priv).toString("hex").slice(2,66 )
38730
38736
}
38731
38737
38732
38738
</script>
@@ -44310,6 +44316,8 @@ <h3 data-translate>Libraries</h3>
44310
44316
var hexAddress = addressBuffer.toString('hex');
44311
44317
var checksumAddress = ethUtil.toChecksumAddress(hexAddress);
44312
44318
address = ethUtil.addHexPrefix(checksumAddress);
44319
+ privkey = ethUtil.addHexPrefix(privkey);
44320
+ pubkey = ethUtil.addHexPrefix(pubkey);
44313
44321
}
44314
44322
// Ripple values are different
44315
44323
if (networks[DOM.network.val()].name == "Ripple") {
You can’t perform that action at this time.
0 commit comments