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

This commit is contained in:
Marko
2025-02-06 13:25:15 +00:00
committed by GitHub
parent 7e391959b9
commit cd2801589d
+1 -1
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 {