Add comment

This commit is contained in:
Fabio Berger
2017-11-11 11:05:52 -05:00
parent 72fcf7b2ab
commit b66600338e

View File

@@ -117,6 +117,8 @@ export class OrderStateWatcher {
if (!isLogDecoded) {
return; // noop
}
// Unfortunately blockNumber is returned as a hex-encoded string, so we
// convert it to a number here.
const blockNumberBuff = ethUtil.toBuffer(maybeDecodedLog.blockNumber);
const blockNumber = ethUtil.bufferToInt(blockNumberBuff);