fix: docs build (#18015)

This commit is contained in:
Marko 2023-10-09 15:39:23 +02:00 committed by GitHub
parent 1d03d890cf
commit 19cbf9e757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ https://github.com/cosmos/cosmos-sdk/blob/9dd34510e27376005e7e7ff3628eab9dbc8ad6
* The msg will fail if the amount cannot be transferred from the sender to the protocolpool module account.
```go reference
```go
func (k Keeper) FundCommunityPool(ctx context.Context, amount sdk.Coins, sender sdk.AccAddress) error {
return k.bankKeeper.SendCoinsFromAccountToModule(ctx, sender, types.ModuleName, amount)
}