aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-02-22 21:41:48 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-02-22 21:41:48 +0800
commit0b3e23f6367eb80de74565e6cf76c18b56774eaa (patch)
treeb9a30986efa5aee971e779f4aeabc67472047ea2 /core
parent5be1085b6b87ccb39644752ab2275c7403e4e148 (diff)
downloadgo-tangerine-0b3e23f6367eb80de74565e6cf76c18b56774eaa.tar
go-tangerine-0b3e23f6367eb80de74565e6cf76c18b56774eaa.tar.gz
go-tangerine-0b3e23f6367eb80de74565e6cf76c18b56774eaa.tar.bz2
go-tangerine-0b3e23f6367eb80de74565e6cf76c18b56774eaa.tar.lz
go-tangerine-0b3e23f6367eb80de74565e6cf76c18b56774eaa.tar.xz
go-tangerine-0b3e23f6367eb80de74565e6cf76c18b56774eaa.tar.zst
go-tangerine-0b3e23f6367eb80de74565e6cf76c18b56774eaa.zip
core: yeah, funny file, drop it
Diffstat (limited to 'core')
-rw-r--r--core/fees.go23
1 files changed, 0 insertions, 23 deletions
diff --git a/core/fees.go b/core/fees.go
deleted file mode 100644
index 83275ea36..000000000
--- a/core/fees.go
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2014 The go-ethereum Authors
-// This file is part of the go-ethereum library.
-//
-// The go-ethereum library is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Lesser General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// (at your option) any later version.
-//
-// The go-ethereum library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public License
-// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
-
-package core
-
-import (
- "math/big"
-)
-
-var BlockReward = big.NewInt(5e+18)