This repository has been archived by the owner on Jan 12, 2022. It is now read-only.
account.sign(transaction) throws error 'Require one or multiple privateKeys to sign' #160
Labels
bug
Something isn't working
Expected Behavior
Will find the privateKey from keychain for you and sign a transaction e.g. when the tx looses its signatures by adding OP_RETURN data using
transaction.addData('correct horse battery staple')
. via https://dashevo.github.io/wallet-lib/#/account/signCurrent Behavior
throws error:
Steps to Reproduce (for bugs)
Run example code:
https://gist.github.com/dashameter/fce17bad0d97ab644d0cff0acb98cbcc
The text was updated successfully, but these errors were encountered: