bug fix
This commit is contained in:
parent
6970a07d60
commit
53c48af90c
2 changed files with 2 additions and 2 deletions
|
@ -1446,7 +1446,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
coinjs.numToBytes = function(num,bytes) {
|
coinjs.numToBytes = function(num,bytes) {
|
||||||
if (typeof bytes === undefined) bytes = 8;
|
if (typeof bytes === "undefined") bytes = 8;
|
||||||
if (bytes == 0) {
|
if (bytes == 0) {
|
||||||
return [];
|
return [];
|
||||||
} else {
|
} else {
|
||||||
|
|
2
sha1sum
2
sha1sum
|
@ -2,7 +2,7 @@
|
||||||
77e4519962e2f6a9fc93342137dbb31c33b76b04 ./js/aes.js
|
77e4519962e2f6a9fc93342137dbb31c33b76b04 ./js/aes.js
|
||||||
3a09a8fc0cfe828b57fc798d668234d0490ee1a6 ./js/bootstrap-datetimepicker.min.js
|
3a09a8fc0cfe828b57fc798d668234d0490ee1a6 ./js/bootstrap-datetimepicker.min.js
|
||||||
253711c6d825de55a8360552573be950da180614 ./js/bootstrap.min.js
|
253711c6d825de55a8360552573be950da180614 ./js/bootstrap.min.js
|
||||||
87d677a724ee7186e5caf4e5169dc320bb380506 ./js/coin.js
|
ca3f654f247fef67de2cf6e01c3aa80db1812e5d ./js/coin.js
|
||||||
16a0cf35c7dd8cdd3ec9fb06b7b120f674fe3b88 ./js/coinbin.js
|
16a0cf35c7dd8cdd3ec9fb06b7b120f674fe3b88 ./js/coinbin.js
|
||||||
988565bc2cb402d63ed5c5fd7ff47c4278efc2c5 ./js/collapse.js
|
988565bc2cb402d63ed5c5fd7ff47c4278efc2c5 ./js/collapse.js
|
||||||
9ba5ede3d7f9d4c8fd623395f196adfdcf7e970f ./js/crypto-min.js
|
9ba5ede3d7f9d4c8fd623395f196adfdcf7e970f ./js/crypto-min.js
|
||||||
|
|
Loading…
Reference in a new issue