mirror of
https://github.com/ok2/coinbin.git
synced 2026-05-09 18:15:23 +02:00
bug fix
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user