Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun committed Dec 3, 2019
1 parent f5c987f commit 7169ead
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions x/market/alias.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,17 @@ var (
NewQuerier = keeper.NewQuerier

// variable aliases
ModuleCdc = types.ModuleCdc
TerraPoolDeltaKey = types.TerraPoolDeltaKey
ParamStoreKeyBasePool = types.ParamStoreKeyBasePool
ParamStoreKeyPoolRecoveryPeriod = types.ParamStoreKeyPoolRecoveryPeriod
ParamStoreKeyMinSpread = types.ParamStoreKeyMinSpread
ParmamStoreKeyTobinTax = types.ParmamStoreKeyTobinTax
DefaultBasePool = types.DefaultBasePool
DefaultPoolRecoveryPeriod = types.DefaultPoolRecoveryPeriod
DefaultMinSpread = types.DefaultMinSpread
DefaultTobinTax = types.DefaultTobinTax
ModuleCdc = types.ModuleCdc
TerraPoolDeltaKey = types.TerraPoolDeltaKey
ParamStoreKeyBasePool = types.ParamStoreKeyBasePool
ParamStoreKeyPoolRecoveryPeriod = types.ParamStoreKeyPoolRecoveryPeriod
ParamStoreKeyMinSpread = types.ParamStoreKeyMinSpread
ParmaStoreKeyTobinTax = types.ParmaStoreKeyTobinTax
ParmaStoreKeyIlliquidTobinTaxList = types.ParmaStoreKeyIlliquidTobinTaxList
DefaultBasePool = types.DefaultBasePool
DefaultPoolRecoveryPeriod = types.DefaultPoolRecoveryPeriod
DefaultMinSpread = types.DefaultMinSpread
DefaultTobinTax = types.DefaultTobinTax
)

type (
Expand Down

0 comments on commit 7169ead

Please sign in to comment.