Fix getAccount in Quickstart

This commit is contained in:
ddawson
2022-11-29 16:59:53 -08:00
parent a271942c1e
commit 6db145724d
8 changed files with 50 additions and 40 deletions

View File

@@ -650,7 +650,7 @@ Update the form to support the new functions.
Choose your ledger instance:
  
<input type="radio" id="tn" name="server"
value="wss://s.altnet.rippletest.net:51233">
value="wss://s.altnet.rippletest.net:51233" checked>
<label for="testnet">Testnet</label>
&nbsp;&nbsp;
<input type="radio" id="dn" name="server"
@@ -720,7 +720,7 @@ Update the form to support the new functions.
Amount
</td>
<td>
<input type="text" id="standbyAmountField" size="40" value="100"></input>
<input type="text" id="standbyAmountField" size="40"></input>
<br>
</td>
</tr>
@@ -729,7 +729,7 @@ Update the form to support the new functions.
Destination
</td>
<td>
<input type="text" id="standbyDestinationField" size="40" value="100"></input>
<input type="text" id="standbyDestinationField" size="40"></input>
<br>
</td>
</tr>
@@ -843,7 +843,7 @@ Update the form to support the new functions.
Amount
</td>
<td>
<input type="text" id="operationalAmountField" size="40" value="100"></input>
<input type="text" id="operationalAmountField" size="40"></input>
<br>
</td>
</tr>