-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
thor-contract-verify/src/vscc.ts
Lines 156 to 161 in 24843bb
| // TODO: only one clause | |
| result.clauses.forEach(clause => { | |
| const data: string = clause.data | |
| if ((data.length - 2) === (compileCode.length + params.length)) { | |
| const chainCodeParams = data.substr(compileCode.length + 2) | |
| if (chainCodeParams !== params) { |