Closed bassjobsen closed 6 years ago
asch-js/lib/transactions/dapp.js sets the senderPublicKey (https://github.com/AschPlatform/asch-js/blob/master/lib/transactions/dapp.js#L16) whilst getBytes() in asch-js/lib/transactions/crypto.js expects a senderId, see https://github.com/AschPlatform/asch-js/blob/master/lib/transactions/crypto.js#L118
asch-js/lib/transactions/dapp.js
senderPublicKey
getBytes()
asch-js/lib/transactions/crypto.js
senderId
solved by the latest release of asch-js (1.4.2)
asch-js/lib/transactions/dapp.js
sets thesenderPublicKey
(https://github.com/AschPlatform/asch-js/blob/master/lib/transactions/dapp.js#L16) whilstgetBytes()
inasch-js/lib/transactions/crypto.js
expects asenderId
, see https://github.com/AschPlatform/asch-js/blob/master/lib/transactions/crypto.js#L118