forked from cerc-io/plugeth
Use the generated key
This commit is contained in:
parent
542bc2fce4
commit
67572417c6
@ -109,7 +109,7 @@ func main() {
|
||||
// Fake block mining. It broadcasts a new block every 5 seconds
|
||||
go func() {
|
||||
pow := ðchain.EasyPow{}
|
||||
addr, _ := hex.DecodeString("82c3b0b72cf62f1a9ce97c64da8072efa28225d8")
|
||||
addr, _ := ethutil.Config.Db.Get([]byte("KeyRing"))
|
||||
|
||||
for {
|
||||
txs := ethereum.TxPool.Flush()
|
||||
|
Loading…
Reference in New Issue
Block a user