This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
plugeth
Watch
18
Star
0
Fork
1
You've already forked plugeth
Code
Issues
4
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8826e9694c
plugeth
/
chain
/
fees.go
8 lines
86 B
Go
Raw
Normal View
History
Unescape
Escape
Moved ethchain to chain
2014-10-31 09:59:17 +00:00
package
chain
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
)
Reference in New Issue
Copy Permalink