This website requires JavaScript.
Explore
Help
Register
Sign In
tornadocontrib
/
go-ethereum
Watch
1
Star
0
Fork
0
You've already forked go-ethereum
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
d3a0bb4f35
go-ethereum
/
ethchain
/
fees.go
8 lines
89 B
Go
Raw
Normal View
History
Unescape
Escape
The great merge
2014-02-15 00:56:09 +02:00
package
ethchain
import
(
"math/big"
)
Changed uncle block fee as to what it should be
2014-02-18 02:31:31 +02:00
var
BlockReward
*
big
.
Int
=
big
.
NewInt
(
1.5e+18
)
Reference in New Issue
Copy Permalink