l3wi / mam.client.js

Masked Authentication Messaging wrapper for Javascript (Browser and Node)
GNU General Public License v3.0
15 stars 51 forks source link

"Invalid transaction hash" when using iota.lib.js in version 0.4.7 #8

Closed Core-pl closed 6 years ago

Core-pl commented 6 years ago

I tried to use MAM with iota.js version 0.4.7 and I received "Invalid transaction hash" error message. It seems, that .wasm file is compiled based on iota.lib.js version 0.4.2. Is there a chance to recompile .wasm with the latest version, so it can be used with IRI 1.4.2.1 ?

Core-pl commented 6 years ago

I re-downloaded .wasm file and it works properly. Close.