update DASH fee amount

This commit is contained in:
snogcel 2017-02-03 09:12:05 -07:00
parent 082b59acbb
commit 1459d662cb

View file

@ -314,7 +314,7 @@
<div class="row" id="createProposalHeader">
<div class="col-xs-12">
<h1 class="removeMargin">Create a Proposal</h1>
<h5 class="header_description">Enter details for your proposal and click 'Create Proposal'. This will generate a command you can run in your local wallet to prepare the proposal at a cost of 0.33 DASH.</h5>
<h5 class="header_description">Enter details for your proposal and click 'Create Proposal'. This will generate a command you can run in your local wallet to prepare the proposal at a cost of 5 DASH.</h5>
</div>
</div>
@ -439,7 +439,7 @@
<div class="form-group">
<label for="prepareProposal">Prepare-Proposal Command:</label>
<div>Paste this proposal command into your wallet console to spend a Fee transaction of 0.33 DASH.</div>
<div>Paste this proposal command into your wallet console to spend a Fee transaction of 5 DASH.</div>
<textarea readonly class="form-control" id="prepareProposal" rows="4" placeholder=""></textarea>
</div>