From ea096e504c3031a6f715e690523959de3efee751 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Fri, 5 Dec 2014 13:50:06 -0800 Subject: [PATCH] [DOC] fixed wrong decimal for tfSetFreeze --- content/tx_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tx_format.md b/content/tx_format.md index 0ac875a20d..09802bea40 100644 --- a/content/tx_format.md +++ b/content/tx_format.md @@ -667,7 +667,7 @@ Transactions of the TrustSet type support additional values in the [`Flags` fiel | tfSetAuth | 0x00010000 | 65536 | Authorize the other party to hold issuances from this account. (No effect unless using the [*asfRequireAuth* AccountSet flag](#accountset-flags).) Cannot be unset. | | tfSetNoRipple | 0x00020000 | 131072 | Blocks rippling between two trustlines of the same currency, if this flag is set on both. (See [No Ripple](https://wiki.ripple.com/No_Ripple) for details.) | | tfClearNoRipple | 0x00040000 | 262144 | Clears the No-Rippling flag. (See [No Ripple](https://wiki.ripple.com/No_Ripple) for details.) | -| tfSetFreeze | 0x00100000 | 1048572 | [Freeze](https://wiki.ripple.com/Freeze) the trustline. +| tfSetFreeze | 0x00100000 | 1048576 | [Freeze](https://wiki.ripple.com/Freeze) the trustline. | tfClearFreeze | 0x00200000 | 2097152 | Unfreeze the trustline. |