Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
fix (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
luclu authored and alexvansande committed Apr 12, 2017
1 parent 42d5aba commit 3e64b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/templates/elements/compileContract.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Template['elements_compileContract'].onRendered(function() {

return {
name: name,
bytecode: contract.bytecode,
bytecode: '0x' + contract.bytecode.replace(/^0x/, ''),
jsonInterface: jsonInterface,
constructorInputs: constructor.inputs
};
Expand Down

0 comments on commit 3e64b51

Please sign in to comment.