Skip to content

Invalid tag #18

@pconfig

Description

@pconfig

When attaching transactions to the tangle using iotaproxy, the posted tag is not correct.

In the official implementation, the tag is only overridden with the obsoleteTag if the tag is not set. When i change line 169 of ccurlprovider.js to

txObject.tag = txObject.tag || txObject.obsoleteTag;

It works correctly. Don't know if there are other complications by doing so.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions