default max priority fee to 1

pull/1344/head^2
yann300 3 years ago committed by Aniket
parent cda361b99b
commit 39137f3214
  1. 2
      apps/remix-ide/src/app/ui/confirmDialog.js

@ -89,7 +89,7 @@ function confirmDialog (tx, network, amount, gasEstimation, newGasPriceCb, initi
<div class="align-items-center my-1" title="Represents the part of the tx fee that goes to the miner."> <div class="align-items-center my-1" title="Represents the part of the tx fee that goes to the miner.">
<div class='d-flex'> <div class='d-flex'>
<span class="text-dark mr-2 text-nowrap">Max Priority fee:</span> <span class="text-dark mr-2 text-nowrap">Max Priority fee:</span>
<input class="form-control mr-1 text-right" style='height: 1.2rem; width: 6rem;' value="0" id='maxpriorityfee' /> <input class="form-control mr-1 text-right" style='height: 1.2rem; width: 6rem;' value="1" id='maxpriorityfee' />
<span title="visit https://ethgasstation.info for current gas price info.">Gwei</span> <span title="visit https://ethgasstation.info for current gas price info.">Gwei</span>
</div> </div>
</div> </div>

Loading…
Cancel
Save