Skip to content

Commit

Permalink
api: cleanup docs references to Tx_MintTokens
Browse files Browse the repository at this point in the history
treasurer logic was removed in 2c357eb but these API Swagger references were left behind
  • Loading branch information
altergui authored and p4u committed Dec 11, 2023
1 parent b8a8d92 commit 64ada66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/docs/models/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
// @Success 200 {object} models.Tx_Admin
// @Success 200 {object} models.Tx_SetProcess
// @Success 200 {object} models.Tx_RegisterKey
// @Success 200 {object} models.Tx_MintTokens
// @Success 200 {object} models.Tx_SendTokens
// @Success 200 {object} models.Tx_SetTransactionCosts
// @Success 200 {object} models.Tx_SetAccount
Expand Down
1 change: 0 additions & 1 deletion api/docs/models/transactions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ target:
- $ref: "#/components/schemas/models.Tx_Admin"
- $ref: "#/components/schemas/models.Tx_SetProcess"
- $ref: "#/components/schemas/models.Tx_RegisterKey"
- $ref: "#/components/schemas/models.Tx_MintTokens"
- $ref: "#/components/schemas/models.Tx_SendTokens"
- $ref: "#/components/schemas/models.Tx_SetTransactionCosts"
- $ref: "#/components/schemas/models.Tx_SetAccount"
Expand Down

0 comments on commit 64ada66

Please sign in to comment.