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
{{ message }}
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
In the calling app, how I can I convert the bye[] representation of the hexstring ("88432921B2B07617A42342597558CFA0BA429963") into something that looks like an Address ("CUtNvY1Jxpn4V4RD1tgphsUKpQdo4q5i54")?
The text was updated successfully, but these errors were encountered:
This can be considered bug which is fixed in latest versions.
I recommend you, clone repository locally and switch branch for release/1.0.9.0 and run command in console dotnet run -devmode under Stratis.CirrusD folder. You can see swagger url at the beginning of console logs.
You can also run latest Cirrus wallet while the process is running so in this way Cirrus wallet will use already running process.
Hope this helps, let me know if it is fixed your issue.
Here's two methods (actually one method and one property getter):
The first one (the property getter) works like I hope it would with a "properly" formatted Address value ("return" value):
The second one (an actual method) returns a hex string (the "returnValue" value):
Questions
The text was updated successfully, but these errors were encountered: