typo in error message
This commit is contained in:
parent
76e8136b45
commit
f3dcb5bba1
@ -329,7 +329,7 @@ BIP32.prototype.toString = function() {
|
|||||||
|
|
||||||
function uint(f, size) {
|
function uint(f, size) {
|
||||||
if (f.length < size)
|
if (f.length < size)
|
||||||
throw new Error('gcnot enough data');
|
throw new Error('not enough data');
|
||||||
var n = 0;
|
var n = 0;
|
||||||
for (var i = 0; i < size; i++) {
|
for (var i = 0; i < size; i++) {
|
||||||
n *= 256;
|
n *= 256;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user