Closed bassjobsen closed 6 years ago
please see https://github.com/AschPlatform/asch-js/blob/master/lib/transactions/dapp.js#L33
crypto.sign(transaction, keys);
Why calling crypto.sign() and not using the results?
crypto.sign()
Expected that the result is asigned to transaction.signatures[]
transaction.signatures[]
closed, see also https://stackoverflow.com/questions/51782880/what-is-the-difference-between-a-transaction-with-and-without-signatures
please see https://github.com/AschPlatform/asch-js/blob/master/lib/transactions/dapp.js#L33
Why calling
crypto.sign()
and not using the results?Expected that the result is asigned to
transaction.signatures[]