Link fixes and other cleanup

- Clarifies that SetFee transaction hashes weren't always unique
  (Fixes #696)
- Fixes some broken links and adds a couple more useful links.
- Mention different types of transactions in tx basics page
- Fix inconsistent naming of 'list xrp...' use case
This commit is contained in:
mDuo13
2019-10-04 16:34:25 -07:00
parent 6836c15b21
commit 8ab0611462
8 changed files with 19 additions and 6 deletions

View File

@@ -343,3 +343,9 @@ For information about how to revoke a master key pair you generated for your val
- [consensus_info method][]
- [validator_list_sites method][]
- [validators method][]
<!--{# common link defs #}-->
{% include '_snippets/rippled-api-links.md' %}
{% include '_snippets/tx-type-links.md' %}
{% include '_snippets/rippled_versions.md' %}