bufferutils: return opcode for use

This commit is contained in:
Daniel Cousens 2014-05-30 16:28:13 +10:00
parent 13f95d4ecf
commit 7e9b5d8584
2 changed files with 3 additions and 0 deletions

View file

@ -37,6 +37,7 @@ function readPushDataInt(buffer, offset) {
}
return {
opcode: opcode,
number: number,
size: size
}