diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-08-08 17:15:08 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-08-10 14:06:59 +0800 |
commit | f0998415ba9a73f0add32f9b5aed2aec98b9a7f3 (patch) | |
tree | f85ad72f6213fc953b3174378d7c7443cc1d1dd5 /eth/config.go | |
parent | 00e6da9704b2cd7ddcc1cd31ed3f6bbaa8e1e284 (diff) | |
download | dexon-f0998415ba9a73f0add32f9b5aed2aec98b9a7f3.tar dexon-f0998415ba9a73f0add32f9b5aed2aec98b9a7f3.tar.gz dexon-f0998415ba9a73f0add32f9b5aed2aec98b9a7f3.tar.bz2 dexon-f0998415ba9a73f0add32f9b5aed2aec98b9a7f3.tar.lz dexon-f0998415ba9a73f0add32f9b5aed2aec98b9a7f3.tar.xz dexon-f0998415ba9a73f0add32f9b5aed2aec98b9a7f3.tar.zst dexon-f0998415ba9a73f0add32f9b5aed2aec98b9a7f3.zip |
cmd, consensus/ethash, eth: miner push notifications
Diffstat (limited to 'eth/config.go')
-rw-r--r-- | eth/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eth/config.go b/eth/config.go index 426d2bf1e..0c82f2923 100644 --- a/eth/config.go +++ b/eth/config.go @@ -97,6 +97,7 @@ type Config struct { // Mining-related options Etherbase common.Address `toml:",omitempty"` MinerThreads int `toml:",omitempty"` + MinerNotify []string `toml:",omitempty"` ExtraData []byte `toml:",omitempty"` GasPrice *big.Int |