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
Add a boolean property to the Address class indicating wheter an address uses compressed or uncompressed public key. If the public key for the address is unknown, an exception should be raised.
The text was updated successfully, but these errors were encountered:
Did anybody ever work on this? I want to know how many bitcoins are trapped in addresses known to be segwit derived from uncompressed keys like in this.
How hard would it be, given that the pubkey only gets revealed at spend?
Add a boolean property to the Address class indicating wheter an address uses compressed or uncompressed public key. If the public key for the address is unknown, an exception should be raised.
The text was updated successfully, but these errors were encountered: