We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bitcoin-php/src/Crypto/EcAdapter/Impl/Secp256k1/Key/PublicKey.php
Line 42 in 513a3b7
The negation is performed on the result of get_resource_type($pubkey), not get_resource_type($pubkey) == ...
get_resource_type($pubkey)
get_resource_type($pubkey) == ...