Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update frame/nis/src/lib.rs
  • Loading branch information
gavofyork authored Jan 16, 2023
commit 8788a87b51548f2d1934a62f0e7c451babac452c
2 changes: 0 additions & 2 deletions frame/nis/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -767,8 +767,6 @@ pub mod pallet {
/// - `origin`: Must be Signed and the account must be the owner of the receipt `index` as
/// well as any fungible counterpart.
/// - `index`: The index of the receipt.
/// - `portion`: If `Some`, then only the given portion of the receipt should be thawed. If
/// `None`, then all of it should be.
#[pallet::call_index(4)]
#[pallet::weight(T::WeightInfo::thaw_communal())]
pub fn thaw_communal(
Expand Down