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
This commit is part of merge request !51. Comments created here will be created in the context of that merge request.
......@@ -50,7 +50,7 @@ where
type Call = <T as frame_system::Config>::Call;
type AdditionalSigned = ();
type Pre = ();
const IDENTIFIER: &'static str = "OneshotAccountCheckNonce";
const IDENTIFIER: &'static str = "CheckNonce";
fn additional_signed(&self) -> sp_std::result::Result<(), TransactionValidityError> {
self.0.additional_signed()
......
No preview for this file type
......@@ -117,7 +117,7 @@ pub type SignedExtra = (
frame_system::CheckEra<Runtime>,
pallet_oneshot_account::CheckNonce<Runtime>,
frame_system::CheckWeight<Runtime>,
//pallet_transaction_payment::ChargeTransactionPayment<Runtime>,
pallet_transaction_payment::ChargeTransactionPayment<Runtime>,
);
/// Executive: handles dispatch to the various modules.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment