bufferutils: return opcode for use
This commit is contained in:
parent
13f95d4ecf
commit
7e9b5d8584
2 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,7 @@ function readPushDataInt(buffer, offset) {
|
|||
}
|
||||
|
||||
return {
|
||||
opcode: opcode,
|
||||
number: number,
|
||||
size: size
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue