From 3019b3fa9dcfd74b8d2f7ed114ab0859153778e0 Mon Sep 17 00:00:00 2001 From: evanorti Date: Thu, 16 Nov 2023 10:58:36 -0500 Subject: [PATCH] Update spec-feeshare.mdx --- docs/develop/module-specifications/spec-feeshare.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/module-specifications/spec-feeshare.mdx b/docs/develop/module-specifications/spec-feeshare.mdx index 2b90b1886..6f18f6e0d 100644 --- a/docs/develop/module-specifications/spec-feeshare.mdx +++ b/docs/develop/module-specifications/spec-feeshare.mdx @@ -8,7 +8,7 @@ The FeeShare module is an open-source module created by the Juno network. This d -The FeeShare module enables contracts to share in the distribution of fees generated from contract transactions. Whenever a transaction occurs, a gas fee is incurred and distributed to validators via the [Distribution module](./spec-distribution.mdx). With FeeShare, a portion of this fee can be diverted back to an address specified by the contract the transaction originated from. In order to participate in fee sharing, contracts must be [registered with the module](../guides/register-feeshare.mdx). +The FeeShare module enables contracts to share in the distribution of fees generated from contract transactions. Whenever a transaction occurs, a gas fee is incurred and distributed to validators via the [Distribution module](./spec-distribution.mdx). With FeeShare, a portion of this fee can be diverted back to an address specified by the contract from which the transaction originated. In order to participate in fee sharing, contracts must be [registered with the module](../guides/register-feeshare.mdx). ## Governance parameters