mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-21 18:38:07 +00:00
Updated fees
This commit is contained in:
parent
8f69c2ac45
commit
ed05779adb
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ var TxFeeRat *big.Int = big.NewInt(100000000000000)
|
|||
|
||||
var TxFee *big.Int = big.NewInt(100)
|
||||
var StepFee *big.Int = big.NewInt(1)
|
||||
var StoreFee *big.Int = big.NewInt(0)
|
||||
var StoreFee *big.Int = big.NewInt(5)
|
||||
var DataFee *big.Int = big.NewInt(20)
|
||||
var ExtroFee *big.Int = big.NewInt(40)
|
||||
var CryptoFee *big.Int = big.NewInt(20)
|
||||
|
|
|
|||
Loading…
Reference in a new issue