0
In my logs I see that I keep getting:
ERROR: Non-canonical public key: compressed nor uncompressed
This error is thrown from inside the method:
bool IsCanonicalPubKey(const valtype &vchPubKey, unsigned int flags)
I can't understand what this method is checking. I understand it's checking if the Public Key is Canonical but, I don't understand what that means.
Can you please explain?
Do you think "Non-canonical public key: compressed nor uncompressed" can cause a wallet to crash? – Emre Kenci – 2014-08-13T13:53:55.287
I am sure - no. This check is for incoming/raw transactions. If the test failed - the client throws away this transaction. As if it not exists at all. – amaclin – 2014-08-13T14:48:50.943