Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Aug 1, 2024
1 parent d7547e4 commit 7810f50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/stable-asset/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2050,7 +2050,8 @@ impl<T: Config> StableAsset for Pallet<T> {
T::AccountId,
BlockNumberFor<T>,
>,
) -> Option<StableAssetPoolInfo<T::AssetId, T::AtLeast64BitUnsigned, T::Balance, T::AccountId, BlockNumberFor<T>>> {
) -> Option<StableAssetPoolInfo<T::AssetId, T::AtLeast64BitUnsigned, T::Balance, T::AccountId, BlockNumberFor<T>>>
{
Self::get_collect_yield_amount(pool_info).ok()
}

Expand Down

0 comments on commit 7810f50

Please sign in to comment.