mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-10 06:45:49 +00:00
Add examples to DepositPreauth reference docs & clarify some details
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
<td class="depauth-maybe">Cross-currency only</td>
|
||||
<td class="depauth-ok">OK</td>
|
||||
<td class="depauth-spacer"> </td>
|
||||
<td class="depauth-no">No Permission</td>
|
||||
<td class="depauth-maybe">Cross-currency only<sup>1</sup></td>
|
||||
<td class="depauth-no">No Permission</td>
|
||||
<td class="depauth-ok">OK</td>
|
||||
</tr>
|
||||
@@ -79,7 +79,7 @@
|
||||
<td class="depauth-maybe">Cross-currency only</td>
|
||||
<td class="depauth-ok">OK</td>
|
||||
<td class="depauth-spacer"> </td>
|
||||
<td class="depauth-no">No Permission</td>
|
||||
<td class="depauth-maybe">Cross-currency only<sup>1</sup></td>
|
||||
<td class="depauth-maybe">XRP payments up to the minimum reserve</td>
|
||||
<td class="depauth-ok">OK</td>
|
||||
</tr>
|
||||
@@ -88,7 +88,7 @@
|
||||
<td class="depauth-maybe">Cross-currency only</td>
|
||||
<td class="depauth-ok">OK</td>
|
||||
<td class="depauth-spacer"> </td>
|
||||
<td class="depauth-no">No Permission</td>
|
||||
<td class="depauth-maybe">Cross-currency only<sup>1</sup></td>
|
||||
<td class="depauth-maybe">Balance changes from rippling</td>
|
||||
<td class="depauth-ok">OK</td>
|
||||
</tr>
|
||||
@@ -97,7 +97,7 @@
|
||||
<td class="depauth-maybe">Cross-currency only</td>
|
||||
<td class="depauth-ok">OK</td>
|
||||
<td class="depauth-spacer"> </td>
|
||||
<td class="depauth-no">No Permission</td>
|
||||
<td class="depauth-maybe">Cross-currency only<sup>1</sup></td>
|
||||
<td class="depauth-maybe">Balance changes from executing offers</td>
|
||||
<td class="depauth-ok">OK</td>
|
||||
</tr>
|
||||
@@ -132,6 +132,8 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p class="depauth-subtype"><sup>1</sup>: The DepositPreauth amendment fixes a bug in DepositAuth which causes cross-currency payments to oneself to fail if the account requires deposit authorization. With only DepositAuth enabled, these cases result in "No Permission" instead.</p>
|
||||
|
||||
<style type="text/css">
|
||||
.depauth-txtype {
|
||||
font-weight: bold;
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
"channel_verify",
|
||||
"connect",
|
||||
"consensus_info",
|
||||
"deposit_authorized",
|
||||
"feature",
|
||||
"fee",
|
||||
"fetch_info",
|
||||
|
||||
Reference in New Issue
Block a user