Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Changes storage name (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansermino authored Jun 11, 2020
1 parent 89d9c1c commit 16ae61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainbridge/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ decl_error! {
}

decl_storage! {
trait Store for Module<T: Trait> as Bridge {
trait Store for Module<T: Trait> as ChainBridge {
/// All whitelisted chains and their respective transaction counts
ChainNonces get(fn chains): map hasher(blake2_256) ChainId => Option<DepositNonce>;

Expand Down

0 comments on commit 16ae61b

Please sign in to comment.