Skip to content

Commit b90fcd5

Browse files
author
eric
committed
set eth.gasPrice from a smart contract
1 parent 3932006 commit b90fcd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eth/backend.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@ func getCurrentGasPriceFunc(eth *Ethereum, ee *ethapi.PublicBlockChainAPI) func(
648648
eth.lock.Lock()
649649
eth.gasPrice = gasPrice
650650
eth.lock.Unlock()
651-
652651
}
653652
}
654653
return gasPrice, nil

0 commit comments

Comments
 (0)