Update polkadot & substrate (#55)

This commit is contained in:
Cecile Tonglet
2020-02-10 18:01:59 +01:00
committed by GitHub
parent de4ab321f4
commit 0abdaed8d7
12 changed files with 1648 additions and 1635 deletions
@@ -205,8 +205,6 @@ parameter_types! {
impl pallet_balances::Trait for Runtime {
/// The type for recording an account's balance.
type Balance = Balance;
/// What to do if an account's free balance gets zeroed.
type OnFreeBalanceZero = ();
/// What to do if a new account is created.
type OnNewAccount = Indices;
/// The ubiquitous event type.
@@ -214,7 +212,6 @@ impl pallet_balances::Trait for Runtime {
type DustRemoval = ();
type TransferPayment = ();
type ExistentialDeposit = ExistentialDeposit;
type TransferFee = TransferFee;
type CreationFee = CreationFee;
type OnReapAccount = System;
}