diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-08-13 22:03:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-13 22:03:16 +0800 |
commit | d8328a96b4943798f9dd2a8ae1c787f7e78ff8e4 (patch) | |
tree | 8caca301cbd28fa62fbd45ee47dced38f2acd57b /eth/config.go | |
parent | fb368723acf83e64c71e1eaa403e7cda06e6ce5e (diff) | |
parent | f0998415ba9a73f0add32f9b5aed2aec98b9a7f3 (diff) | |
download | go-tangerine-d8328a96b4943798f9dd2a8ae1c787f7e78ff8e4.tar go-tangerine-d8328a96b4943798f9dd2a8ae1c787f7e78ff8e4.tar.gz go-tangerine-d8328a96b4943798f9dd2a8ae1c787f7e78ff8e4.tar.bz2 go-tangerine-d8328a96b4943798f9dd2a8ae1c787f7e78ff8e4.tar.lz go-tangerine-d8328a96b4943798f9dd2a8ae1c787f7e78ff8e4.tar.xz go-tangerine-d8328a96b4943798f9dd2a8ae1c787f7e78ff8e4.tar.zst go-tangerine-d8328a96b4943798f9dd2a8ae1c787f7e78ff8e4.zip |
Merge pull request #17347 from karalabe/miner-notify
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 |