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

Commit 16ae61b

Browse files
authored
Changes storage name (#61)
1 parent 89d9c1c commit 16ae61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chainbridge/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ decl_error! {
177177
}
178178

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

0 commit comments

Comments
 (0)