Skip to content

Commit

Permalink
fix: market func
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangliang committed Jun 15, 2022
1 parent fa7bc24 commit 4635364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/agent/tick.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (h *Market) Index() int {

type Ticker interface {
core.Ticker
Marget() *Market
Market() *Market
context() context.Context
stat() *actor.PID
actorCtx() *actor.RootContext
Expand Down Expand Up @@ -210,7 +210,7 @@ func (t *Tick) TearTick() core.Ticker {
return tick
}

func (t *Tick) Marget() *Market {
func (t *Tick) Market() *Market {
return t.market
}

Expand Down

0 comments on commit 4635364

Please sign in to comment.