This website requires JavaScript.
Explore
Help
Sign In
status-im
/
op-geth
mirror of
https://github.com/status-im/op-geth.git
Watch
2
Star
0
Fork
You've already forked op-geth
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b8160cc6d4
op-geth
/
core
/
fees.go
8 lines
85 B
Go
Raw
Normal View
History
Unescape
Escape
Renamed `chain` => `core`
2014-12-04 09:28:02 +00:00
package
core
The great merge
2014-02-14 22:56:09 +00:00
import
(
"math/big"
)
Changed uncle block fee as to what it should be
2014-02-18 00:31:31 +00:00
var
BlockReward
*
big
.
Int
=
big
.
NewInt
(
1.5e+18
)