Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit bc69158

Browse files
committed
Update DDC staking lock identifier
1 parent 894704f commit bc69158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frame/ddc-staking/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use sp_std::prelude::*;
1616

1717
pub use pallet::*;
1818

19-
const DDC_STAKING_ID: LockIdentifier = *b"cnmstake"; // DDC maintainer's stake
19+
const DDC_STAKING_ID: LockIdentifier = *b"ddcstake"; // DDC maintainer's stake
2020

2121
/// The balance type of this pallet.
2222
pub type BalanceOf<T> =

0 commit comments

Comments
 (0)