AschPlatform / asch-js

Asch frontend library
18 stars 15 forks source link

can't register dapp #11

Closed bassjobsen closed 6 years ago

bassjobsen commented 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

bassjobsen commented 6 years ago

solved by the latest release of asch-js (1.4.2)