Skip to content

Commit

Permalink
Remove some todos
Browse files Browse the repository at this point in the history
  • Loading branch information
breathx committed Dec 25, 2023
1 parent 6d3c42e commit 725f2eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pallets/gear-voucher/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ pub mod pallet {
common::wrap_storage_value!(storage: Issued, name: IssuedWrap, value: u64);

#[pallet::storage]
// TODO (breathx): change to spender/voucher_id -> voucher data
pub type Vouchers<T> = StorageDoubleMap<
_,
Identity,
Expand Down Expand Up @@ -244,7 +243,6 @@ pub mod pallet {

#[pallet::call_index(2)]
#[pallet::weight(Weight::zero())] // TODO (breathx)
// TODO (breathx): don't delete
pub fn revoke(
origin: OriginFor<T>,
spender: AccountIdOf<T>,
Expand Down

0 comments on commit 725f2eb

Please sign in to comment.