rename How to Multi-Sign; fix wrong links in freeze and rippled method list

This commit is contained in:
mDuo13
2016-04-12 17:43:56 -07:00
parent ee371167e4
commit 40b39b5aee
26 changed files with 4712 additions and 4180 deletions

View File

@@ -61,7 +61,7 @@ The Ripple Consensus Ledger cannot force a gateway to honor the obligations that
The No Freeze setting applies to all currencies issued to and from an account. If you want to be able to freeze some currencies but not others, you should use different accounts for each currency.
You can only enable the No Freeze setting with a transaction signed by your account's master key. You cannot use a [Regular Key](reference-transaction-format.html#setregularkey) or a [multi-signed transaction](https://wiki.ripple.com/Multisign) to enable No Freeze.
You can only enable the No Freeze setting with a transaction signed by your account's master key. You cannot use a [Regular Key](reference-transaction-format.html#setregularkey) or a [multi-signed transaction](reference-transaction-format.html#multi-signing) to enable No Freeze.
# Technical Details #

View File

@@ -540,6 +540,7 @@ The `owner_info` command is deprecated. Use [`account_objects`](#account-objects
* [`connect` - Force the rippled server to connect to a specific peer](#connect)
* [`consensus_info` - Get information about the state of consensus as it happens](#consensus-info)
* [`feature` - Get information about protocol amendments](#feature)
* [`fee` - Get information about transaction cost](#fee)
* [`fetch_info` - Get information about the server's sync with the network](#fetch-info)
* [`get_counts` - Get statistics about the server's internals and memory usage](#get-counts)
* [`ledger_accept` - Close and advance the ledger in stand-alone mode](#ledger-accept)