Fixing storage obj name.

This commit is contained in:
Jake Naviasky 2018-12-07 12:23:31 -05:00
parent 2efaa40d41
commit cb93af1db4
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ decl_event!(
);
decl_storage! {
trait Store for Module<T: Trait> as IdentityStorage {
trait Store for Module<T: Trait> as BridgeStorage {
/// Mapping from an eligible blockchain by Hash(name) to the list of block headers
/// TODO: V2 feature when we have stronger proofs of transfers
pub BlockHeaders get(block_headers): map T::Hash => Vec<T::Hash>;