Skip to content

Commit

Permalink
Merge pull request #76 from corollari/fix-array-reset
Browse files Browse the repository at this point in the history
Remove "use param array" resetting
  • Loading branch information
corollari committed Dec 29, 2019
2 parents 025f7cf + 23488ec commit 13dc60e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions public/js/eco-scripts/abi_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ function updateAllABIDependencies(jsonABI){
$("#contractparamnamesjs")[0].value = "no parameters";

// set invoke params to many empty strings (at least one is desirable for now)
// JS
$("#cbx_usearray_js")[0].checked = false;
if (paramhex == "0710") // enable array passing
$("#cbx_usearray_js")[0].checked = true;
updateArrayInvokeParamsJs(); // update auxiliary check boxes
updateInvokeParamsJs(); // update simple example

Expand Down

0 comments on commit 13dc60e

Please sign in to comment.