chore(bank): add more information to the godoc (#23624)

This commit is contained in:
Marko 2025-02-06 14:25:15 +01:00 committed by GitHub
parent 7e391959b9
commit cd2801589d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -266,7 +266,7 @@ func (k BaseKeeper) SendCoinsFromModuleToAccount(
}
// SendCoinsFromModuleToModule transfers coins from a ModuleAccount to another.
// An error is returned if either module accounts does not exist.
// An error is returned if either module accounts does not exist or if the recipient address is blocked.
func (k BaseKeeper) SendCoinsFromModuleToModule(
ctx context.Context, senderModule, recipientModule string, amt sdk.Coins,
) error {