From 11b4573103b4e4bc9a97ce691ed1e65735205e53 Mon Sep 17 00:00:00 2001 From: Suraj Auwal Date: Thu, 3 Jun 2021 08:53:08 +0100 Subject: [PATCH] Update website/docs/jellyfish/api/account.md Co-authored-by: Ivan Lee <44192990+ivan-zynesis@users.noreply.github.com> --- website/docs/jellyfish/api/account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/jellyfish/api/account.md b/website/docs/jellyfish/api/account.md index 0b2bec1617..ce61c70071 100644 --- a/website/docs/jellyfish/api/account.md +++ b/website/docs/jellyfish/api/account.md @@ -125,7 +125,7 @@ enum OwnerType { ALL = "all" } -enum TxType { +enum DfTxType { MINT_TOKEN = 'M', POOL_SWAP = 's', ADD_POOL_LIQUIDITY = 'l',