diff --git a/x/hard/keeper/borrow.go b/x/hard/keeper/borrow.go index ebb7fc3e..20e42e69 100644 --- a/x/hard/keeper/borrow.go +++ b/x/hard/keeper/borrow.go @@ -34,6 +34,7 @@ func (k Keeper) Borrow(ctx sdk.Context, borrower sdk.AccAddress, coins sdk.Coins k.BeforeBorrowModified(ctx, existingBorrow) } + k.SyncSupplyInterest(ctx, borrower) k.SyncBorrowInterest(ctx, borrower) // Validate borrow amount within user and protocol limits