You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We introduced a bug when refactoring some work as getting staked rewards called the incorrect palette’s withdrawRewards() function (ie. escrow rather than escrowAnnuity).
gregdhill
changed the title
Add unit test to check escrow get rewards calls correct palette
Add unit test to check escrow get rewards calls correct pallet
Mar 6, 2023
We introduced a bug when refactoring some work as getting staked rewards called the incorrect palette’s withdrawRewards() function (ie.
escrow
rather thanescrowAnnuity
).The method making the call: EscrowAPI.buildWithdrawRewardsExtrinsic()
Add a unit test that checks the call is made for the right pallet.
The text was updated successfully, but these errors were encountered: