Skip to content
Snippets Groups Projects
Unverified Commit eb0a9e59 authored by joe petrowski's avatar joe petrowski Committed by GitHub
Browse files

Fix Weight Annotation (#5275)

https://github.com/paritytech/polkadot-sdk/pull/4527/files#r1706673828
parent 711d91aa
No related merge requests found
Pipeline #488245 waiting for manual action with stages
in 1 hour, 47 minutes, and 44 seconds
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment