Description
This idiom:
(Public_key.Compressed.to_base58_check (Public_key.compress public_key))
Is repeated too often in our codebase, we should go through and refactor to use Public_key.to_base58_check_compressed
We use cookies and other tracking technologies to improve your browsing experience on our site, analyze site traffic, and understand where our audience is coming from. To find out more, please read our privacy policy.
By choosing 'I Accept', you consent to our use of cookies and other tracking technologies.
We use cookies and other tracking technologies... More
This idiom:
(Public_key.Compressed.to_base58_check (Public_key.compress public_key))
Is repeated too often in our codebase, we should go through and refactor to use Public_key.to_base58_check_compressed