mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 02:45:02 +00:00
Use the generated key
This commit is contained in:
parent
542bc2fce4
commit
67572417c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue