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
The specification says that public key should be encoded as
concatenation of array [1, 0] (which is version number) and 32 bytes x-only public key.
using base58-check algorithm
Currently it does direct base58 encoding of the 32 bytes public key without checksum.
The specification says that public key should be encoded as
concatenation of array
[1, 0]
(which is version number) and 32 bytes x-only public key.using base58-check algorithm
Currently it does direct base58 encoding of the 32 bytes public key without checksum.
See:
https://github.com/stratum-mining/sv2-spec/blob/main/04-Protocol-Security.md#47-url-scheme-and-pool-authority-key
The text was updated successfully, but these errors were encountered: