Skip to content

Commit

Permalink
Merge pull request #1359 from OriginTrail/prerelease/testnet
Browse files Browse the repository at this point in the history
OriginTrail Testnet Release v4.1.12
  • Loading branch information
djordjekovac authored Oct 26, 2020
2 parents 8434498 + 4101c02 commit 37ece16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/service/pricing-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class PricingService {
}

async getGasPrice() {
if (process.env.NODE_ENV === 'development') {
if (process.env.NODE_ENV !== 'mainnet') {
this.logger.trace(`Using default gas price from configuration: ${this.config.blockchain.gas_price}`);
return this.config.blockchain.gas_price;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "origintrail_node",
"version": "4.1.11",
"version": "4.1.12",
"description": "OriginTrail node",
"main": ".eslintrc.js",
"config": {
Expand Down

0 comments on commit 37ece16

Please sign in to comment.