Skip to content

Commit

Permalink
update default gasPrice value
Browse files Browse the repository at this point in the history
  • Loading branch information
qywang2012 committed May 5, 2019
1 parent 48658ed commit b166f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ func (bc *BlockChain) GasPrice() *util.Uint128 {
}
} else {
// if no transactions have been submitted, use the default gasPrice
gasPrice = TransactionGasPrice
gasPrice = bc.txPool.GetMinGasPrice()
}

return gasPrice
Expand Down

0 comments on commit b166f4d

Please sign in to comment.