aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/fees.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-02-21 06:10:43 +0800
committerobscuren <geffobscura@gmail.com>2014-02-21 06:10:43 +0800
commited05779adb27d715b52de99022b6d927e5fe4706 (patch)
tree476ec611810581cec20c11200222c22efaa0a515 /ethchain/fees.go
parent8f69c2ac45a1109985ad8cc3b98dcd2e315dc8e9 (diff)
downloadgo-tangerine-ed05779adb27d715b52de99022b6d927e5fe4706.tar.gz
go-tangerine-ed05779adb27d715b52de99022b6d927e5fe4706.tar.zst
go-tangerine-ed05779adb27d715b52de99022b6d927e5fe4706.zip
Updated fees
Diffstat (limited to 'ethchain/fees.go')
-rw-r--r--ethchain/fees.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethchain/fees.go b/ethchain/fees.go
index 0096871d1..02f09fa04 100644
--- a/ethchain/fees.go
+++ b/ethchain/fees.go
@@ -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)