commit d21bc79c6064a88e16fed50abcd3536cb8940e85
parent e63bb929ca332764ce0be62c519106769ad03423
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Fri, 16 Oct 2015 00:34:15 +0200
Removing port number from local mint URL
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/frontend/generate_taler_contract.php b/src/frontend/generate_taler_contract.php
@@ -76,7 +76,7 @@ $teatax = array ('value' => 1,
$json = json_encode (array ('amount' => array ('value' => $value,
'fraction' => $fraction,
'currency' => $currency),
- 'max fee' => array ('value' => 0,
+ 'max fee' => array ('value' => 3,
'fraction' => 01010,
'currency' => $currency),
'trans_id' => $transaction_id,
diff --git a/src/frontend/index.html b/src/frontend/index.html
@@ -85,7 +85,7 @@
<input type="text" name="reserve_pk"></input>
<select id="mint" name="mint_url">
<option value="demo.taler.net">mint @taler.net</option>
- <option value="localhost:4241">local mint (port 4241)</option>
+ <option value="localmint">localmint</option>
</select>
<br>
Amount to credit to your reserve: