Skip to content
Snippets Groups Projects
Commit e7275f63 authored by Éloïs's avatar Éloïs Committed by Éloïs
Browse files

fix: metadata should comply subxt & polkadotjs expectations

parent 940093d3
No related branches found
No related tags found
1 merge request!51Oneshot accounts
...@@ -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()
......
No preview for this file type
...@@ -117,7 +117,7 @@ pub type SignedExtra = ( ...@@ -117,7 +117,7 @@ pub type SignedExtra = (
frame_system::CheckEra<Runtime>, frame_system::CheckEra<Runtime>,
pallet_oneshot_account::CheckNonce<Runtime>, pallet_oneshot_account::CheckNonce<Runtime>,
frame_system::CheckWeight<Runtime>, frame_system::CheckWeight<Runtime>,
//pallet_transaction_payment::ChargeTransactionPayment<Runtime>, pallet_transaction_payment::ChargeTransactionPayment<Runtime>,
); );
/// Executive: handles dispatch to the various modules. /// Executive: handles dispatch to the various modules.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment