5

I used the official javascript library to create and attach a transaction to the tangle, but the first 2 characters of the tag are always changed to some random characters.

eg. HELLOWORLD9999999999999999 is changed to XYLLOWORLD9999999999999999

How to fix this?

Andy L
  • 81
  • 3

1 Answers1

3

Due to a bug in the signing process, the js lib needs to work around by altering the tag

Ref: Why is the normalized hash considered insecure when containing the char 'M'

Andy L
  • 81
  • 3