use strings (default web3js behavior for uint)
This commit is contained in:
parent
2c7bee47cf
commit
bd1ba449ae
|
@ -168,7 +168,7 @@ class EventSyncer {
|
||||||
sub.error(err);
|
sub.error(err);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
sub.next(toBN(result).toNumber());
|
sub.next(toBN(result).toString(10));
|
||||||
}]);
|
}]);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue