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
de12183d38
go-ethereum
/
core
/
fees.go
8 lines
85 B
Go
Raw
Blame
History
package
core
import
(
"math/big"
)
var
BlockReward
*
big
.
Int
=
big
.
NewInt
(
1.5e+18
)
Reference in New Issue
View Git Blame
Copy Permalink