Merge pull request from dcousens/ecneg

ECKey -D test and light cleanup
This commit is contained in:
Wei Lu 2014-06-03 13:38:25 +08:00
commit c76d3cef37
11 changed files with 34 additions and 24 deletions

View file

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