Skip to content

Commit

Permalink
fix storage prefix in gringotts
Browse files Browse the repository at this point in the history
  • Loading branch information
hammer committed Jul 31, 2019
1 parent 7390a7c commit d198495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srml/gringotts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ decl_event!(
);

decl_storage! {
trait Store for Module<T: Trait> as Reward {
trait Store for Module<T: Trait> as Gringotts {
pub DepositLedger get(deposit_ledger): map T::AccountId => Option<Deposit<RingBalanceOf<T>, KtonBalanceOf<T>, T::Moment>>;
}
}
Expand Down

0 comments on commit d198495

Please sign in to comment.