fix(tickets): rename docs/src/prepareTicket.md.ejs to prepareTicketCreate.md.ejs

- Add note that TicketBatch amendment is required and is not yet
  activated
This commit is contained in:
Elliot Lee
2020-11-24 09:43:35 -08:00
parent f1ec45769b
commit 03655b4ed2
2 changed files with 36 additions and 32 deletions

View File

@@ -4,6 +4,8 @@
Prepare a ticket transaction. The prepared transaction must subsequently be [signed](#sign) and [submitted](#submit).
Ticket functionality requires the [TicketBatch amendment](https://github.com/ripple/xrpl-dev-portal/issues/898). As of 2020-11-24, this amendment is not activated on the Mainnet, Testnet, or Devnet.
### Parameters
<%- renderSchema("input/prepare-ticket-create.json") %>