Update substrate & polkadot (#82)

This commit is contained in:
Cecile Tonglet
2020-04-21 12:17:50 +02:00
committed by GitHub
parent 9f9b3fb4c6
commit 06a36a6650
8 changed files with 1640 additions and 1598 deletions
@@ -102,6 +102,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 4,
impl_version: 4,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
};
pub const MILLISECS_PER_BLOCK: u64 = 6000;
@@ -171,6 +172,7 @@ impl frame_system::Trait for Runtime {
type AccountData = pallet_balances::AccountData<Balance>;
type OnNewAccount = ();
type OnKilledAccount = Balances;
type DbWeight = ();
}
parameter_types! {