From 5a386bb8771f23c70edce2192788bf1db666b2d0 Mon Sep 17 00:00:00 2001 From: evanorti Date: Wed, 15 Nov 2023 14:29:15 -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 6e19da343..2b90b1886 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. +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). ## Governance parameters