brainwallet updated
This commit is contained in:
parent
6409fd29ae
commit
4acfee642b
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<script type="text/javascript">
|
||||
if((location.href).match("http://paperwallet.smartcash.cc")) {
|
||||
location.href = "https://paperwallet.smartcash.cc";
|
||||
// location.href = "https://paperwallet.smartcash.cc";
|
||||
}
|
||||
var hash_keccak = function(s) { return CryptoJS.SHA3(s, { outputLength: 256, asBytes: true }); }
|
||||
var hash_sha256 = function(s) { return CryptoJS.SHA256(s, { asBytes: true }); }
|
||||
|
|
Loading…
Reference in a new issue