solidity/test/libsolidity/semanticTests/state/tx_gasprice.sol

10 lines
161 B
Solidity
Raw Normal View History

contract C {
function f() public returns (uint) {
return tx.gasprice;
}
}
// ----
// f() -> 3000000000
// f() -> 3000000000
// f() -> 3000000000