This commit is contained in:
OutCast3k
2016-02-26 19:05:45 +00:00
parent 6970a07d60
commit 53c48af90c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1446,7 +1446,7 @@
}
coinjs.numToBytes = function(num,bytes) {
if (typeof bytes === undefined) bytes = 8;
if (typeof bytes === "undefined") bytes = 8;
if (bytes == 0) {
return [];
} else {