tecINSUFFICIENT_RESERVE: remove mention of tecUNFUNDED

This commit is contained in:
mDuo13
2017-04-22 00:24:17 -07:00
parent 7cbe4f21b6
commit 8131e8409e
2 changed files with 2 additions and 2 deletions

View File

@@ -2514,7 +2514,7 @@
<tr>
<td align="left"><code>tecINSUFFICIENT_RESERVE</code></td>
<td align="left">141</td>
<td align="left">The transaction would increase the <a href="concept-reserves.html">reserve requirement</a> higher than the sending account's balance. <a href="#signerlistset">SignerListSet</a>, <a href="#paymentchannelcreate">PaymentChannelCreate</a>, <a href="#paymentchannelfund">PaymentChannelFund</a>, and <a href="#escrowcreate">EscrowCreate</a> can return this error code or <code>tecUNFUNDED</code>. See <a href="reference-ledger-format.html#signerlists-and-reserves">SignerLists and Reserves</a> for more information.</td>
<td align="left">The transaction would increase the <a href="concept-reserves.html">reserve requirement</a> higher than the sending account's balance. <a href="#signerlistset">SignerListSet</a>, <a href="#paymentchannelcreate">PaymentChannelCreate</a>, <a href="#paymentchannelfund">PaymentChannelFund</a>, and <a href="#escrowcreate">EscrowCreate</a> can return this error code. See <a href="reference-ledger-format.html#signerlists-and-reserves">SignerLists and Reserves</a> for more information.</td>
</tr>
<tr>
<td align="left"><code>tecINTERNAL</code></td>