You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When invoking mamState = Mam.init(iota, seed, 2, startCount); startCount is not used to increment the channel start index. The code in mam.node.js always initializes the start index to 0.
Each time one invokes the attach for a second time the MAM stream get's corrupted due to the fact the channel index is not incremented.
The text was updated successfully, but these errors were encountered:
When invoking
mamState = Mam.init(iota, seed, 2, startCount);
startCount is not used to increment the channel start index. The code in mam.node.js always initializes the start index to 0.Each time one invokes the attach for a second time the MAM stream get's corrupted due to the fact the channel index is not incremented.
The text was updated successfully, but these errors were encountered: