Fix lint for templates
This commit is contained in:
parent
512b03e284
commit
08c4d6ac7d
35 changed files with 79 additions and 68 deletions
ts_src/templates
|
@ -7,7 +7,7 @@ export function check(script: Buffer | Array<number | Buffer>): boolean {
|
|||
|
||||
return buffer.length > 1 && buffer[0] === OPS.OP_RETURN;
|
||||
}
|
||||
check.toJSON = function() {
|
||||
check.toJSON = () => {
|
||||
return 'null data output';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue