mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use round up function.
This commit is contained in:
committed by
Alex Beregszaszi
parent
6ad0ea9f23
commit
7d6331e26f
@@ -14,9 +14,9 @@ contract C {
|
||||
}
|
||||
// ----
|
||||
// creation:
|
||||
// codeDepositCost: 1173600
|
||||
// codeDepositCost: 1174000
|
||||
// executionCost: 1221
|
||||
// totalCost: 1174821
|
||||
// totalCost: 1175221
|
||||
// external:
|
||||
// a(): 1130
|
||||
// b(uint256): infinite
|
||||
|
||||
Reference in New Issue
Block a user