mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-20 23:09:27 +00:00
M
This commit is contained in:
parent
7bf2ae0b11
commit
f95993e326
2 changed files with 3 additions and 3 deletions
|
|
@ -260,7 +260,7 @@ func AddTestNetFunds(block *Block) {
|
||||||
"e6716f9544a56c530d868e4bfbacb172315bdead", // Jeffrey
|
"e6716f9544a56c530d868e4bfbacb172315bdead", // Jeffrey
|
||||||
"1e12515ce3e0f817a4ddef9ca55788a1d66bd2df", // Vit
|
"1e12515ce3e0f817a4ddef9ca55788a1d66bd2df", // Vit
|
||||||
"1a26338f0d905e295fccb71fa9ea849ffa12aaf4", // Alex
|
"1a26338f0d905e295fccb71fa9ea849ffa12aaf4", // Alex
|
||||||
//"2ef47100e0787b915105fd5e3f4ff6752079d5cb", // Maran
|
"2ef47100e0787b915105fd5e3f4ff6752079d5cb", // Maran
|
||||||
} {
|
} {
|
||||||
//log.Println("2^200 Wei to", addr)
|
//log.Println("2^200 Wei to", addr)
|
||||||
codedAddr := ethutil.FromHex(addr)
|
codedAddr := ethutil.FromHex(addr)
|
||||||
|
|
|
||||||
|
|
@ -193,11 +193,11 @@ func (sm *StateManager) ProcessBlock(block *Block, dontReact bool) error {
|
||||||
if dontReact == false {
|
if dontReact == false {
|
||||||
sm.Ethereum.Reactor().Post("newBlock", block)
|
sm.Ethereum.Reactor().Post("newBlock", block)
|
||||||
|
|
||||||
sm.notifyChanges()
|
|
||||||
|
|
||||||
sm.procState.manifest.Reset()
|
sm.procState.manifest.Reset()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sm.notifyChanges()
|
||||||
|
|
||||||
sm.Ethereum.Broadcast(ethwire.MsgBlockTy, []interface{}{block.Value().Val})
|
sm.Ethereum.Broadcast(ethwire.MsgBlockTy, []interface{}{block.Value().Val})
|
||||||
|
|
||||||
sm.Ethereum.TxPool().RemoveInvalid(sm.procState)
|
sm.Ethereum.TxPool().RemoveInvalid(sm.procState)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue