Files
xrpl-dev-portal/content/_snippets/setfee_uniqueness_note.md
mDuo13 8ab0611462 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
2019-10-16 14:39:10 -07:00

1.0 KiB

Note: In the full history of the XRP Ledger, there is an exception to the rule that transaction hashes are unique. Two early [SetFee pseudo-transactions][] had the exact same fields, resulting in the same hash, 1C15FEA3E1D50F96B6598607FC773FF1F6E0125F30160144BE0C5CBC52F5151B. The first of these transactions appears in ledger 3715073 and the second is in ledger 3721729. Newer [SetFee pseudo-transactions][] include a LedgerSequence field so that they are guaranteed to be unique.