1
Let's say user A has public key P and corresponding private key P'. Can someone else initiate a transaction for public key P with some wrong private key, let's say P''? Once this goes to the memory pool, miners will see that it is not signed with correct private key P' and will reject the transaction. Does it happen this way? Or is it that I can't initiate a transaction at all with wrong key?