Skip to content

Commit 851cc4b

Browse files
committed
bithumb -> coinone
1 parent 014fced commit 851cc4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/terra-oracle/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
)
3232

3333
var (
34-
version = "v0.0.5-alpha.6"
34+
version = "v0.0.5-alpha.7"
3535
logger = log.NewTMLogger(log.NewSyncWriter(os.Stdout))
3636
)
3737

price/lunaToKrw.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ type Ticker_bithumb struct {
3838

3939
func (ps *PriceService) lunaToKrw(logger log.Logger) {
4040

41-
// coinone(ps, logger)
42-
bithumb(ps, logger)
41+
coinone(ps, logger)
42+
// bithumb(ps, logger)
4343
}
4444

4545
func bithumb(ps *PriceService, logger log.Logger) {

0 commit comments

Comments
 (0)