mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 22:56:43 +00:00
remove korean comment
This commit is contained in:
parent
0b83e096a8
commit
29828281c3
1 changed files with 3 additions and 3 deletions
|
|
@ -323,9 +323,9 @@ func (c *SimulatedBeacon) Commit() common.Hash {
|
|||
log.Warn("Error performing sealing work", "err", err)
|
||||
}
|
||||
|
||||
// 로그 이벤트 처리를 보장하기 위해 블록체인 이벤트를 동기화합니다
|
||||
// 이는 로그 필터가 새로운 로그를 즉시 사용할 수 있도록 합니다
|
||||
c.syncLogProcessing()
|
||||
if err := c.syncLogProcessing(); err != nil {
|
||||
log.Warn("Failed to process logs", "err", err)
|
||||
}
|
||||
|
||||
return c.eth.BlockChain().CurrentBlock().Hash()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue