Skip to content

Commit

Permalink
Makefile fix (#765)
Browse files Browse the repository at this point in the history
* Makefile fix

localtestnet docker image directory was incorrect

* Update CHANGELOG.md
  • Loading branch information
DiscreteLogarithm authored Jan 19, 2022
1 parent 3b0de8e commit 0e65510
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- [#765](https://github.com/osmosis-labs/osmosis/pull/765) Fix a bug in `Makefile` regarding the location of localtestnet docker image.

## Features

- [#741](https://github.com/osmosis-labs/osmosis/pull/741) Allow node operators to set a second min gas price for arbitrage txs.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ format:
###############################################################################

build-docker-osmosisdnode:
$(MAKE) -C networks/local
$(MAKE) -C contrib/localtestnet

# Run a 4-node testnet locally
localnet-start: build-linux build-docker-osmosisdnode # localnet-stop
Expand Down

0 comments on commit 0e65510

Please sign in to comment.