Skip to content

only one clause #2

@todo

Description

@todo

// 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) {


This issue was generated by todo based on a TODO comment in 24843bb when #1 was merged. cc @OceanEx.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions