Skip to content

Commit

Permalink
update Storage identifier to be compatible to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
sekisamu committed Jul 5, 2019
1 parent ab5b4e4 commit a314a23
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 @@ -118,7 +118,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 a314a23

Please sign in to comment.