Skip to content

Commit

Permalink
Update modules/homa-lite/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Nov 24, 2021
1 parent 37d0827 commit 4cd40e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/homa-lite/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ pub mod module {
pub type StakingInterestRatePerUpdate<T: Config> = StorageValue<_, Permill, ValueQuery>;

/// Next redeem request to iterate from when matching redeem requests.
/// LastRedeemRequestKeyIterated: Value: T::AccountId
/// LastRedeemRequestKeyIterated: Value: Vec<u8>
#[pallet::storage]
#[pallet::getter(fn last_redeem_request_key_iterated)]
pub type LastRedeemRequestKeyIterated<T: Config> = StorageValue<_, Vec<u8>, ValueQuery>;
Expand Down

0 comments on commit 4cd40e4

Please sign in to comment.