js-bigchaindb-driver icon indicating copy to clipboard operation
js-bigchaindb-driver copied to clipboard

Why signTransaction() does not check сonformity of private and public keys?

Open Purka opened this issue 5 years ago • 0 comments
trafficstars

When I try to sign transaction with wrong private key I suppose to get an Error. But instead such transaction is successful. When I looked through the implementation of signTransaction() I've noticed that there are no any validation. I can even sign a transaction without a private key at all.

Purka avatar Dec 23 '19 12:12 Purka