mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-28 05:42:56 +00:00
add NewMinedBlockEvent
This commit is contained in:
parent
c2af10d256
commit
5022a31889
1 changed files with 3 additions and 0 deletions
|
|
@ -10,3 +10,6 @@ type TxPostEvent struct{ Tx *types.Transaction }
|
|||
|
||||
// NewBlockEvent is posted when a block has been imported.
|
||||
type NewBlockEvent struct{ Block *types.Block }
|
||||
|
||||
// NewMinedBlockEvent is posted when a block has been imported.
|
||||
type NewMinedBlockEvent struct{ Block *types.Block }
|
||||
|
|
|
|||
Loading…
Reference in a new issue