Use ABI stringify

pull/1/head
Alex Beregszaszi 9 years ago
parent 2021ef1d38
commit b675386b5b
  1. 1
      assets/js/universal-dapp.js

@ -192,6 +192,7 @@ UniversalDApp.prototype.getInstanceInterface = function (contract, address, $tar
return item.type;
});
decoded = EthJS.ABI.rawDecode(types, log[2]);
decoded = EthJS.ABI.stringify(types, decoded)
} catch (e) {
decoded = '0x' + log[2].toString('hex');
}

Loading…
Cancel
Save