This website requires JavaScript.
Explore
Help
Sign In
roysc
/
plugeth
Watch
1
Star
0
Fork
0
You've already forked plugeth
forked from
cerc-io/plugeth
Code
Pull Requests
Activity
3b1296077b
plugeth
/
ethchain
/
fees.go
8 lines
89 B
Go
Raw
Normal View
History
Unescape
Escape
The great merge
2014-02-14 22:56:09 +00:00
package
ethchain
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
)
Copy Permalink