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
Hi, i found incorrect line in your method for the stacks coin, address generator
var publicKey = pubKey.Decompress();
Why you decompress key? I replace this line on
var publicKey = pubKey;
And it's good working, addresses equals for the hiro wallet and other for the Stacks.
The text was updated successfully, but these errors were encountered:
Hi, i found incorrect line in your method for the stacks coin, address generator
var publicKey = pubKey.Decompress();
Why you decompress key? I replace this line on
var publicKey = pubKey;
And it's good working, addresses equals for the hiro wallet and other for the Stacks.
The text was updated successfully, but these errors were encountered: