Skip to content

Commit 9aa6f51

Browse files
committed
Merge branch 'v80' into v81
2 parents 85edff7 + 4a42ff0 commit 9aa6f51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/templates/otoken/otoken.ts

+2
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,8 @@ export const createOTokenProcessor = (params: {
510510
if (!address.credits || address.rebasingOption === RebasingOption.OptOut) {
511511
continue
512512
}
513+
ownersChanged.set(address.address, address) // We have to mark that this has changed.
514+
513515
const involvedInYieldDelegation =
514516
address.rebasingOption === RebasingOption.YieldDelegationSource ||
515517
address.rebasingOption === RebasingOption.YieldDelegationTarget

0 commit comments

Comments
 (0)