Skip to content

Commit

Permalink
update kton storage prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
sekisamu committed Jul 8, 2019
1 parent 555b935 commit 2e42429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srml/token/kton/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ decl_event!(


decl_storage! {
trait Store for Module<T: Trait> as KtonBalances {
trait Store for Module<T: Trait> as Kton {

pub DepositLedger get(deposit_ledger): map T::AccountId => Option<Deposit<CurrencyOf<T>, T::Moment>>;

Expand Down

0 comments on commit 2e42429

Please sign in to comment.