Minor tweaks

This commit is contained in:
Luke Parker
2022-10-21 05:35:37 -04:00
parent f1532356a0
commit 0a58d66958
2 changed files with 1 additions and 5 deletions

View File

@@ -35,9 +35,6 @@ use pallet_transaction_payment::CurrencyAdapter;
/// An index to a block.
pub type BlockNumber = u32;
/// Signature type
pub type Signature = sp_core::sr25519::Signature;
/// Account ID type, equivalent to a public key
pub type AccountId = sp_core::sr25519::Public;