From 21493ecf6ad3fd5ca21f3dfcecb48a013f90eeef Mon Sep 17 00:00:00 2001 From: wilsonianb Date: Tue, 10 Jan 2017 05:53:31 -0800 Subject: [PATCH] Fix lsfNoFreeze decimal value --- content/reference-ledger-format.md | 2 +- reference-ledger-format.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/reference-ledger-format.md b/content/reference-ledger-format.md index 21c8bf418d..a4df9eab01 100644 --- a/content/reference-ledger-format.md +++ b/content/reference-ledger-format.md @@ -130,7 +130,7 @@ AccountRoot nodes can have the following flag values: | lsfRequireAuth | 0x00040000 | 262144 | This account must individually approve other users for those users to hold this account's issuances. | asfRequireAuth | | lsfDisallowXRP | 0x00080000 | 524288 | Client applications should not send XRP to this account. Not enforced by `rippled`. | asfDisallowXRP | | lsfDisableMaster | 0x00100000 | 1048576 | Disallows use of the master key to sign transactions for this account. | asfDisableMaster | -| lsfNoFreeze | 0x00200000 | 209715 | This address cannot freeze trust lines connected to it. Once enabled, cannot be disabled. | asfNoFreeze | +| lsfNoFreeze | 0x00200000 | 2097152 | This address cannot freeze trust lines connected to it. Once enabled, cannot be disabled. | asfNoFreeze | | lsfGlobalFreeze | 0x00400000 | 4194304 | All assets issued by this address are frozen. | asfGlobalFreeze | | lsfDefaultRipple | 0x00800000 | 8388608 | Enable [rippling](concept-noripple.html) on this addresses's trust lines by default. Required for issuing addresses; discouraged for others. | asfDefaultRipple | diff --git a/reference-ledger-format.html b/reference-ledger-format.html index 8fbd155aaa..5b896bf92f 100644 --- a/reference-ledger-format.html +++ b/reference-ledger-format.html @@ -459,7 +459,7 @@ lsfNoFreeze 0x00200000 -209715 +2097152 This address cannot freeze trust lines connected to it. Once enabled, cannot be disabled. asfNoFreeze