Update substrate master (#411)

* in progress impl

* im_online authorityid

* fix

* fix

* use polkadot-master

* trigger CI

* trigger CI

* fix removal

* storage reorganize included

* lock version
This commit is contained in:
thiolliere
2019-09-02 16:05:51 +02:00
committed by GitHub
parent 55c4c830fe
commit 8c38f05517
7 changed files with 115 additions and 94 deletions
+1 -2
View File
@@ -115,7 +115,6 @@ decl_storage! {
}
add_extra_genesis {
config(claims): Vec<(EthereumAddress, BalanceOf<T>)>;
}
}
@@ -125,7 +124,7 @@ decl_module! {
const Prefix: &[u8] = T::Prefix::get();
/// Deposit one of this module's events by using the default implementation.
fn deposit_event<T>() = default;
fn deposit_event() = default;
/// Make a claim.
#[weight = SimpleDispatchInfo::FixedNormal(1_000_000)]