Skip to content
Snippets Groups Projects

Oneshot accounts

Merged Pascal Engélibert requested to merge poc-oneshot-accounts into master
3 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -50,7 +50,7 @@ where
@@ -50,7 +50,7 @@ where
type Call = <T as frame_system::Config>::Call;
type Call = <T as frame_system::Config>::Call;
type AdditionalSigned = ();
type AdditionalSigned = ();
type Pre = ();
type Pre = ();
const IDENTIFIER: &'static str = "OneshotAccountCheckNonce";
const IDENTIFIER: &'static str = "CheckNonce";
fn additional_signed(&self) -> sp_std::result::Result<(), TransactionValidityError> {
fn additional_signed(&self) -> sp_std::result::Result<(), TransactionValidityError> {
self.0.additional_signed()
self.0.additional_signed()
Loading