Skip to content

Commit f1af36f

Browse files
committed
POECall to Call
1 parent e4c844e commit f1af36f

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

steps/59/src/proof_of_existence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub enum Call<T: Config> {
6868
RemoveMe(core::marker::PhantomData<T>),
6969
}
7070

71-
/// Implementation of the dispatch logic, mapping from `POECall` to the appropriate underlying
71+
/// Implementation of the dispatch logic, mapping from `Call` to the appropriate underlying
7272
/// function we want to execute.
7373
/*
7474
TODO:

steps/60/src/proof_of_existence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub enum Call<T: Config> {
6060
RevokeClaim { claim: T::Content },
6161
}
6262

63-
/// Implementation of the dispatch logic, mapping from `POECall` to the appropriate underlying
63+
/// Implementation of the dispatch logic, mapping from `Call` to the appropriate underlying
6464
/// function we want to execute.
6565
impl<T: Config> crate::support::Dispatch for Pallet<T> {
6666
type Caller = T::AccountId;

steps/61/src/proof_of_existence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub enum Call<T: Config> {
6060
RevokeClaim { claim: T::Content },
6161
}
6262

63-
/// Implementation of the dispatch logic, mapping from `POECall` to the appropriate underlying
63+
/// Implementation of the dispatch logic, mapping from `Call` to the appropriate underlying
6464
/// function we want to execute.
6565
impl<T: Config> crate::support::Dispatch for Pallet<T> {
6666
type Caller = T::AccountId;

steps/62/src/proof_of_existence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub enum Call<T: Config> {
6060
RevokeClaim { claim: T::Content },
6161
}
6262

63-
/// Implementation of the dispatch logic, mapping from `POECall` to the appropriate underlying
63+
/// Implementation of the dispatch logic, mapping from `Call` to the appropriate underlying
6464
/// function we want to execute.
6565
impl<T: Config> crate::support::Dispatch for Pallet<T> {
6666
type Caller = T::AccountId;

steps/63/src/proof_of_existence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub enum Call<T: Config> {
6060
RevokeClaim { claim: T::Content },
6161
}
6262

63-
/// Implementation of the dispatch logic, mapping from `POECall` to the appropriate underlying
63+
/// Implementation of the dispatch logic, mapping from `Call` to the appropriate underlying
6464
/// function we want to execute.
6565
impl<T: Config> crate::support::Dispatch for Pallet<T> {
6666
type Caller = T::AccountId;

steps/64/src/proof_of_existence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub enum Call<T: Config> {
6060
RevokeClaim { claim: T::Content },
6161
}
6262

63-
/// Implementation of the dispatch logic, mapping from `POECall` to the appropriate underlying
63+
/// Implementation of the dispatch logic, mapping from `Call` to the appropriate underlying
6464
/// function we want to execute.
6565
impl<T: Config> crate::support::Dispatch for Pallet<T> {
6666
type Caller = T::AccountId;

steps/65/src/proof_of_existence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub enum Call<T: Config> {
6060
RevokeClaim { claim: T::Content },
6161
}
6262

63-
/// Implementation of the dispatch logic, mapping from `POECall` to the appropriate underlying
63+
/// Implementation of the dispatch logic, mapping from `Call` to the appropriate underlying
6464
/// function we want to execute.
6565
impl<T: Config> crate::support::Dispatch for Pallet<T> {
6666
type Caller = T::AccountId;

steps/66/src/proof_of_existence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub enum Call<T: Config> {
6060
RevokeClaim { claim: T::Content },
6161
}
6262

63-
/// Implementation of the dispatch logic, mapping from `POECall` to the appropriate underlying
63+
/// Implementation of the dispatch logic, mapping from `Call` to the appropriate underlying
6464
/// function we want to execute.
6565
impl<T: Config> crate::support::Dispatch for Pallet<T> {
6666
type Caller = T::AccountId;

steps/67/src/proof_of_existence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub enum Call<T: Config> {
6060
RevokeClaim { claim: T::Content },
6161
}
6262

63-
/// Implementation of the dispatch logic, mapping from `POECall` to the appropriate underlying
63+
/// Implementation of the dispatch logic, mapping from `Call` to the appropriate underlying
6464
/// function we want to execute.
6565
impl<T: Config> crate::support::Dispatch for Pallet<T> {
6666
type Caller = T::AccountId;

steps/68/src/proof_of_existence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub enum Call<T: Config> {
6060
RevokeClaim { claim: T::Content },
6161
}
6262

63-
/// Implementation of the dispatch logic, mapping from `POECall` to the appropriate underlying
63+
/// Implementation of the dispatch logic, mapping from `Call` to the appropriate underlying
6464
/// function we want to execute.
6565
impl<T: Config> crate::support::Dispatch for Pallet<T> {
6666
type Caller = T::AccountId;

0 commit comments

Comments
 (0)