aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-09-19 20:08:42 +0800
committerGitHub <noreply@github.com>2018-09-19 20:08:42 +0800
commit736b45a87606e6cdfd5aecf38d259517b10e7f7e (patch)
tree81db01d624e5abd6a4e7ff41a9abb92d203a31d3 /core
parentbd9d79adba2c78e4c0fc136db741d45878765790 (diff)
parentfaa69bea1cade1d0f8b00814fc0616c5a57f0709 (diff)
downloaddexon-736b45a87606e6cdfd5aecf38d259517b10e7f7e.tar
dexon-736b45a87606e6cdfd5aecf38d259517b10e7f7e.tar.gz
dexon-736b45a87606e6cdfd5aecf38d259517b10e7f7e.tar.bz2
dexon-736b45a87606e6cdfd5aecf38d259517b10e7f7e.tar.lz
dexon-736b45a87606e6cdfd5aecf38d259517b10e7f7e.tar.xz
dexon-736b45a87606e6cdfd5aecf38d259517b10e7f7e.tar.zst
dexon-736b45a87606e6cdfd5aecf38d259517b10e7f7e.zip
Merge pull request #17701 from karalabe/go-1.11
travis, Dockerfile, appveyor, build: bump to Go 1.11
Diffstat (limited to 'core')
-rw-r--r--core/genesis.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/genesis.go b/core/genesis.go
index 9190e2ba2..6e71afd61 100644
--- a/core/genesis.go
+++ b/core/genesis.go
@@ -355,7 +355,7 @@ func DeveloperGenesisBlock(period uint64, faucet common.Address) *Genesis {
common.BytesToAddress([]byte{6}): {Balance: big.NewInt(1)}, // ECAdd
common.BytesToAddress([]byte{7}): {Balance: big.NewInt(1)}, // ECScalarMul
common.BytesToAddress([]byte{8}): {Balance: big.NewInt(1)}, // ECPairing
- faucet: {Balance: new(big.Int).Sub(new(big.Int).Lsh(big.NewInt(1), 256), big.NewInt(9))},
+ faucet: {Balance: new(big.Int).Sub(new(big.Int).Lsh(big.NewInt(1), 256), big.NewInt(9))},
},
}
}