Skip to content

Commit

Permalink
Fix Weight Annotation (paritytech#5275)
Browse files Browse the repository at this point in the history
  • Loading branch information
joepetrowski authored Aug 8, 2024
1 parent 711d91a commit eb0a9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/assets/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ pub mod pallet {
/// (false), or transfer everything except at least the minimum balance, which will
/// guarantee to keep the sender asset account alive (true).
#[pallet::call_index(32)]
#[pallet::weight(T::WeightInfo::refund_other())]
#[pallet::weight(T::WeightInfo::transfer_all())]
pub fn transfer_all(
origin: OriginFor<T>,
id: T::AssetIdParameter,
Expand Down

0 comments on commit eb0a9e5

Please sign in to comment.