This website requires JavaScript.
Explore
Help
Sign In
interesting
/
go-ethereum
mirror of
https://github.com/ethereum/go-ethereum.git
Watch
1
Star
0
Fork
You've already forked go-ethereum
0
Code
Issues
Projects
Releases
Wiki
Activity
520fdfe346
go-ethereum
/
ethchain
/
fees.go
8 lines
89 B
Go
Raw
Normal View
History
Unescape
Escape
The great merge
2014-02-14 16:56:09 -06:00
package
ethchain
import
(
"math/big"
)
Changed uncle block fee as to what it should be
2014-02-17 18:31:31 -06:00
var
BlockReward
*
big
.
Int
=
big
.
NewInt
(
1.5e+18
)