Fix lint for templates

This commit is contained in:
junderw 2019-03-07 14:16:45 +09:00
parent 512b03e284
commit 08c4d6ac7d
No known key found for this signature in database
GPG key ID: B256185D3A971908
35 changed files with 79 additions and 68 deletions
ts_src/templates/scripthash

View file

@ -56,6 +56,6 @@ export function check(
return false;
}
check.toJSON = function() {
check.toJSON = () => {
return 'scriptHash input';
};