Skip to content

Commit

Permalink
Increase default fee for pool operations as Chia blockchain is gettin…
Browse files Browse the repository at this point in the history
…g more expensive to use.
  • Loading branch information
guydavis committed Jan 7, 2024
1 parent 5377e38 commit bbcc16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/settings/pools.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h5 class="modal-title" id="confirmModalLabel">{{_('Confirm Pool Change')}}</h5>
<div class="row mb-3 pt-3">
<label class="col-sm-3 col-form-label col-form-label-sm" for="fee_mojos">{{_('Fee in Mojos: ')}}</label>
<div class="col-sm-9">
<input type="text" class="form-control" value="10" aria-label="fee_mojos" name="fee_mojos" id="fee_mojos"/>
<input type="text" class="form-control" value="1000" aria-label="fee_mojos" name="fee_mojos" id="fee_mojos"/>
</div>
</div>
</div>
Expand Down

0 comments on commit bbcc16f

Please sign in to comment.