We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85edff7 + 4a42ff0 commit 9aa6f51Copy full SHA for 9aa6f51
src/templates/otoken/otoken.ts
@@ -510,6 +510,8 @@ export const createOTokenProcessor = (params: {
510
if (!address.credits || address.rebasingOption === RebasingOption.OptOut) {
511
continue
512
}
513
+ ownersChanged.set(address.address, address) // We have to mark that this has changed.
514
+
515
const involvedInYieldDelegation =
516
address.rebasingOption === RebasingOption.YieldDelegationSource ||
517
address.rebasingOption === RebasingOption.YieldDelegationTarget
0 commit comments